共用方式為


ReplicationServer.Name 屬性

Gets the name of the instance of Microsoft SQL Server.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public ReadOnly Property Name As String 
    Get
'用途
Dim instance As ReplicationServer 
Dim value As String 

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

屬性值

型別:System.String
A String value that specifies the name of the currently connected instance of SQL Server.

備註

The Name property can be retrieved by the public fixed database role.

請參閱

參考

ReplicationServer 類別

Microsoft.SqlServer.Replication 命名空間