Owner プロパティ

Service Broker サービスの所有者を取得します。値の設定も可能です

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property Owner As String
    Get
    Set
'使用
Dim instance As BrokerService
Dim value As String

value = instance.Owner

instance.Owner = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public string Owner { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property String^ Owner {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member Owner : string with get, set
function get Owner () : String
function set Owner (value : String)

プロパティ値

型: System. . :: . .String
Service Broker サービスの所有者を指定する String 値です。