DataProfilingTask.ProfileInputXml 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets an XML input of the DataProfilingTask.

命名空间:  Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
程序集:  Microsoft.SqlServer.DataProfilingTask(在 Microsoft.SqlServer.DataProfilingTask.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public Property ProfileInputXml As String 
    Get 
    Set
用法
Dim instance As DataProfilingTask 
Dim value As String 

value = instance.ProfileInputXml

instance.ProfileInputXml = value
[BrowsableAttribute(false)]
public string ProfileInputXml { get; set; }
[BrowsableAttribute(false)]
public:
property String^ ProfileInputXml {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member ProfileInputXml : string with get, set
function get ProfileInputXml () : String 
function set ProfileInputXml (value : String)

属性值

类型:System.String
An XML input of the DataProfilingTask.

请参阅

参考

DataProfilingTask 类

Microsoft.SqlServer.Dts.Tasks.DataProfilingTask 命名空间