Свойство DTSMessagePackageID
Gets or sets the identifier of the package that is the source of the message.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Сборка: Microsoft.SqlServer.MSMQTask (в Microsoft.SqlServer.MSMQTask.dll)
Синтаксис
'Декларация
Public Property DTSMessagePackageID As String
Get
Set
'Применение
Dim instance As MessageQueueTask
Dim value As String
value = instance.DTSMessagePackageID
instance.DTSMessagePackageID = value
public string DTSMessagePackageID { get; set; }
public:
virtual property String^ DTSMessagePackageID {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract DTSMessagePackageID : string with get, set
override DTSMessagePackageID : string with get, set
final function get DTSMessagePackageID () : String
final function set DTSMessagePackageID (value : String)
Значение свойства
Тип: System. . :: . .String
A String that contains the identifier of the package that is the source of the message.
Реализует
См. также