Share via


DataProfilingTask.ProfileInputXml Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets an XML input of the DataProfilingTask.

Namespace:  Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Assembly:  Microsoft.SqlServer.DataProfilingTask (in Microsoft.SqlServer.DataProfilingTask.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property ProfileInputXml As String 
    Get 
    Set
'Usage
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)

Property Value

Type: System.String
An XML input of the DataProfilingTask.

See Also

Reference

DataProfilingTask Class

Microsoft.SqlServer.Dts.Tasks.DataProfilingTask Namespace