共用方式為


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 命名空間