次の方法で共有


ReplicationMonitor.Name プロパティ

現在接続されている Microsoft SQL Server のインスタンスの名前を取得します。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public ReadOnly Property Name As String 
    Get
'使用
Dim instance As ReplicationMonitor 
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
SQL Server のインスタンスの名前を示す String 値です。

説明

Name プロパティは、すべてのユーザーが取得できます。

関連項目

参照

ReplicationMonitor クラス

Microsoft.SqlServer.Replication 名前空間