Compartir a través de


ProfileInputXml Propiedad

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

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