Compartir a través de


DataProfilingTask.ProfileInputXml Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets an XML input of the DataProfilingTask.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Ensamblado:  Microsoft.SqlServer.DataProfilingTask (en Microsoft.SqlServer.DataProfilingTask.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public Property ProfileInputXml As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

DataProfilingTask Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.DataProfilingTask