DataProfilingTask.ProfileInputXml プロパティ
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
DataProfilingTask の XML 入力を取得または設定します。
名前空間: 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
DataProfilingTask の XML 入力です。