ReplicationObject.SqlServerName 속성
Gets the name of the Microsoft SQL Server instance to which this object is connected.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)
구문
‘선언
Public ReadOnly Property SqlServerName As String
Get
‘사용 방법
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
속성 값
유형: System.String
The name of the Microsoft SQL Server instance.