Use2000Format 속성

이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
어셈블리:  Microsoft.SqlServer.MSMQTask(Microsoft.SqlServer.MSMQTask.dll)

구문

‘선언
Property Use2000Format As Boolean
    Get
    Set
‘사용 방법
Dim instance As IMessageQueueTask
Dim value As Boolean

value = instance.Use2000Format

instance.Use2000Format = value
bool Use2000Format { get; set; }
property bool Use2000Format {
    bool get ();
    void set (bool value);
}
abstract Use2000Format : bool with get, set
function get Use2000Format () : boolean
function set Use2000Format (value : boolean)

속성 값

유형: System. . :: . .Boolean