Destination プロパティ
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
対象の名前を表す String です。
実装
説明
このプロパティの値は、DestinationType プロパティの値によって異なります。DestinationType でサポートされる値の詳細については、「DestinationType」を参照してください。