Propriedade do RDL ServerInstance

Gets or sets the name of the server. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Overrides Property ServerInstance As String
    Get
    Set
'Uso
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)

Valor da propriedade

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

Implementa

ISfcConnection. . :: . .ServerInstance