次の方法で共有


ServiceQueue.ProcedureSchema プロパティ

実行中のプロシージャのスキーマを取得または設定します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "dbo")> _
Public Property ProcedureSchema As String 
    Get 
    Set
'使用
Dim instance As ServiceQueue 
Dim value As String 

value = instance.ProcedureSchema

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

プロパティ値

型: System.String
実行中のプロシージャのスキーマを示す String 値です。

使用例

Readme_ServiceBrokerConfiguration

関連項目

参照

ServiceQueue クラス

Microsoft.SqlServer.Management.Smo.Broker 名前空間

その他の技術情報

開発 (Service Broker)

Service Broker の管理

概要 (Service Broker)

CREATE QUEUE (Transact-SQL)