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.