Partager via


Propriété ReplicationObject.SqlServerName

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SqlServerName As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ReplicationObject Classe

Espace de noms Microsoft.SqlServer.Replication