Propriedade do RDL DeployedDac.Key.ServerInstanceName

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

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (em Microsoft.SqlServer.Management.Utility.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

DeployedDac.Key Classe

Namespace Microsoft.SqlServer.Management.Utility