Compartir a través de


DeployedDac.Key.ServerInstanceName Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Utility
Ensamblado:  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Sintaxis

'Declaración
Public ReadOnly Property ServerInstanceName As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

DeployedDac.Key Clase

Espacio de nombres Microsoft.SqlServer.Management.Utility