Condividi tramite


Proprietà DataProfilingTask.ProfileInputXml

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets an XML input of the DataProfilingTask.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Assembly:  Microsoft.SqlServer.DataProfilingTask (in Microsoft.SqlServer.DataProfilingTask.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

DataProfilingTask Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.DataProfilingTask