次の方法で共有


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