Condividi tramite


Proprietà ReplicationObject.SqlServerName

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

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SqlServerName As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ReplicationObject Classe

Spazio dei nomi Microsoft.SqlServer.Replication