Compartilhar via


Propriedade do RDL ReplicationObject.SqlServerName

Gets the name of the Microsoft SQL Server instance to which this object is connected.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
Public ReadOnly Property SqlServerName As String 
    Get
'Uso
Dim instance As ReplicationObject 
Dim value As String 

value = instance.SqlServerName
public string SqlServerName { get; }
public:
property String^ SqlServerName {
    String^ get ();
}
member SqlServerName : string
function get SqlServerName () : String

Valor da propriedade

Tipo: System.String
The name of the Microsoft SQL Server instance.

Consulte também

Referência

ReplicationObject Classe

Namespace Microsoft.SqlServer.Replication