다음을 통해 공유


MessageQueueTask.MsmqConnection 속성

Gets or sets the name of the connection for the MSMQ task.

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

구문

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

value = instance.MsmqConnection

instance.MsmqConnection = value
public string MsmqConnection { get; set; }
public:
virtual property String^ MsmqConnection {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract MsmqConnection : string with get, set 
override MsmqConnection : string with get, set
final function get MsmqConnection () : String 
final function set MsmqConnection (value : String)

속성 값

유형: System.String
A String that contains the MSMQ connection name.

구현

IMessageQueueTask.MsmqConnection

참고 항목

참조

MessageQueueTask 클래스

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