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インスタンスの名前です。

適用対象