다음을 통해 공유


QueueSchema 속성

서비스에서 메시지를 보관하는 데 사용하는 큐의 스키마를 가져오거나 설정합니다.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Broker
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "dbo")> _
Public Property QueueSchema As String
    Get
    Set
‘사용 방법
Dim instance As BrokerService
Dim value As String

value = instance.QueueSchema

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

속성 값

유형: System. . :: . .String
서비스에서 메시지를 보관하는 데 사용하는 큐의 스키마를 지정하는 String 값입니다.