Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets the old server value.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.RenameServerDatabase
Assembly: Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property OldServerValue As String
'Usage
Dim instance As RenameServerDatabaseContributorInput
Dim value As String
value = instance.OldServerValue
public string OldServerValue { get; }
public:
property String^ OldServerValue {
String^ get ();
}
public function get OldServerValue () : String
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RenameServerDatabaseContributorInput Class
RenameServerDatabaseContributorInput Members
Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.RenameServerDatabase Namespace