Proprietà SqlStoreConnection.ServerInstance

Gets or sets the name of the server. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

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

Sintassi

'Dichiarazione
Public Overrides Property ServerInstance As String 
    Get 
    Set
'Utilizzo
Dim instance As SqlStoreConnection 
Dim value As String 

value = instance.ServerInstance

instance.ServerInstance = value
public override string ServerInstance { get; set; }
public:
virtual property String^ ServerInstance {
    String^ get () override;
    void set (String^ value) override;
}
abstract ServerInstance : string with get, set 
override ServerInstance : string with get, set
override function get ServerInstance () : String 
override function set ServerInstance (value : String)

Valore proprietà

Tipo: System.String
A String containing the name of the server.

Implementa

ISfcConnection.ServerInstance

Vedere anche

Riferimento

SqlStoreConnection Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc