共用方式為


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.

請參閱

參考

ReplicationObject 類別

Microsoft.SqlServer.Replication 命名空間