다음을 통해 공유


MessageQueueTask.Use2000Format 속성

Gets or sets a Boolean indicating that the message uses SQL Server 2000 format.

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

구문

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

value = instance.Use2000Format

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

속성 값

유형: System.Boolean
false indicates that the SQL Server 2000 format is not used; true indicates that the SQL Server 2000 format is used.

구현

IMessageQueueTask.Use2000Format

주의

The default value of this property is false.

참고 항목

참조

MessageQueueTask 클래스

Microsoft.SqlServer.Dts.Tasks.MessageQueueTask 네임스페이스