共用方式為


ProfileInputXml 屬性

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

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