ReplicationObject.SqlServerName プロパティ

定義

このオブジェクトが接続されている Microsoft SQL Server インスタンスの名前を取得します。

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

プロパティ値

Microsoft SQL Server インスタンスの名前。

適用対象