次の方法で共有


MsxServerName プロパティ

マルチサーバー管理に参加しているマスタ サーバーの名前を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo.Agent
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property MsxServerName As String
    Get
'使用
Dim instance As JobServer
Dim value As String

value = instance.MsxServerName
[SfcPropertyAttribute]
public string MsxServerName { get; }
[SfcPropertyAttribute]
public:
property String^ MsxServerName {
    String^ get ();
}
[<SfcPropertyAttribute>]
member MsxServerName : string
function get MsxServerName () : String

プロパティ値

型: System. . :: . .String
マスタ サーバーの名前を示す String 値です。

説明

このプロパティは、JobServer オブジェクトがマルチサーバー管理の、対象サーバーを参照する場合のみ意味を持ちます。マスタ サーバーの場合、またはマルチサーバー管理に参加していないサーバーの場合、MsxServerName プロパティ値は空の文字列です。