Propriété DeployedDac.Key.ServerInstanceName
Gets the name of the server instance associated with the key.
Espace de noms : Microsoft.SqlServer.Management.Utility
Assembly : Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ServerInstanceName As String
Get
'Utilisation
Dim instance As DeployedDac.Key
Dim value As String
value = instance.ServerInstanceName
public string ServerInstanceName { get; }
public:
property String^ ServerInstanceName {
String^ get ();
}
member ServerInstanceName : string
function get ServerInstanceName () : String
Valeur de propriété
Type : System.String
A String value that specifies the name of the server instance associated with the key.