Delen via


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

See Also

Reference

RenameServerDatabaseContributorInput Class

Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring Namespace