DataProfilingTask.DestinationType 属性
Gets or sets a value whether a File connection manager or a package variable contains the XML output the Data Profiling task generates.
命名空间: Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
程序集: Microsoft.SqlServer.DataProfilingTask(在 Microsoft.SqlServer.DataProfilingTask.dll 中)
语法
声明
Public Property DestinationType As DataProfileDestinationType
Get
Set
用法
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)
属性值
类型:Microsoft.SqlServer.Dts.Tasks.DataProfilingTask.DataProfileDestinationType
One of the enumeration values that indicates whether a File connection manager or a package variable contains the XML output.