ReplicationServer.Name 屬性

定義

取得 Microsoft SQL Server 實例的名稱。

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

屬性值

String

String值,指定 SQL Server 目前連接之實例的名稱。

備註

NamePublic 固定資料庫角色可以取出屬性。

適用於