Condividi tramite


Proprietà DeployedDac.Key.ServerInstanceName

Gets the name of the server instance associated with the key.

Spazio dei nomi  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ServerInstanceName As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
A String value that specifies the name of the server instance associated with the key.

Vedere anche

Riferimento

DeployedDac.Key Classe

Spazio dei nomi Microsoft.SqlServer.Management.Utility