RenameServerDatabaseContributorInput.ChangeServerName Property
Gets a value that indicates whether the server name changes.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property ChangeServerName As Boolean
public bool ChangeServerName { get; }
public:
property bool ChangeServerName {
bool get ();
}
member ChangeServerName : bool
function get ChangeServerName () : boolean
Property Value
Type: System.Boolean
.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
Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring Namespace