次の方法で共有


ReplicationObject.SqlServerName プロパティ

このオブジェクトの接続先となる Microsoft SQL Server インスタンスの名前を取得します。

名前空間:  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
Microsoft SQL Server インスタンスの名前です。

関連項目

参照

ReplicationObject クラス

Microsoft.SqlServer.Replication 名前空間