DestinationType 屬性
此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。
命名空間: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
組件: Microsoft.SqlServer.WMIDRTask (在 Microsoft.SqlServer.WMIDRTask.dll 中)
語法
'宣告
Property DestinationType As DestinationType
Get
Set
'用途
Dim instance As IWmiDataReaderTask
Dim value As DestinationType
value = instance.DestinationType
instance.DestinationType = value
DestinationType DestinationType { get; set; }
property DestinationType DestinationType {
DestinationType get ();
void set (DestinationType value);
}
abstract DestinationType : DestinationType with get, set
function get DestinationType () : DestinationType
function set DestinationType (value : DestinationType)