次の方法で共有


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 値です。