Właściwość DataProfilingTask.DestinationType
Określa, czy Menedżer połączeń pliku lub zmiennej pakiet zawiera zadania profilowania danych generuje dane wyjściowe XML.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Zestaw: Microsoft.SqlServer.DataProfilingTask (w Microsoft.SqlServer.DataProfilingTask.dll)
Składnia
'Deklaracja
Public Property DestinationType As DataProfileDestinationType
Get
Set
'Użycie
Dim instance As DataProfilingTask
Dim value As DataProfileDestinationType
value = instance.DestinationType
instance.DestinationType = value
public DataProfileDestinationType DestinationType { get; set; }
public:
property DataProfileDestinationType DestinationType {
DataProfileDestinationType get ();
void set (DataProfileDestinationType value);
}
member DestinationType : DataProfileDestinationType with get, set
function get DestinationType () : DataProfileDestinationType
function set DestinationType (value : DataProfileDestinationType)
Wartość właściwości
Typ: Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfileDestinationType
Jedna z wartości wyliczenia, które wskazuje, czy Menedżer połączeń pliku lub zmiennej pakiet zawiera dane wyjściowe XML.
Zobacz także