Compartilhar via


Propriedade do RDL ServerName

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets a String value that specifies the name of the instance of the Database Engine for the connection.

Namespace:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly:  Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)

Sintaxe

'Declaração
Public Property ServerName As String
    Get
    Set
'Uso
Dim instance As UIConnectionInfo
Dim value As String

value = instance.ServerName

instance.ServerName = value
public string ServerName { get; set; }
public:
property String^ ServerName {
    String^ get ();
    void set (String^ value);
}
member ServerName : string with get, set
function get ServerName () : String
function set ServerName (value : String)

Valor da propriedade

Tipo: System. . :: . .String
A String value that specifies the name of the instance of the Database Engine for the connection.