다음을 통해 공유


WmiDataReaderTask.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.

참고 항목

참조

WmiDataReaderTask 클래스

Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask 네임스페이스