Destination 属性

Gets or sets the name of the destination for the WmiDataReaderTask.

命名空间:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
程序集:  Microsoft.SqlServer.WMIDRTask(在 Microsoft.SqlServer.WMIDRTask.dll 中)

语法

声明
Public Property Destination As String
    Get
    Set
用法
Dim instance As WmiDataReaderTask
Dim value As String

value = instance.Destination

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

属性值

类型:System. . :: . .String
A String that contains the name of the destination.

实现

IWmiDataReaderTask. . :: . .Destination

注释

The value of this property depends on the value of the DestinationType property. For more information about the values supported for DestinationType, see DestinationType.