Udostępnij za pośrednictwem


Właściwość DataProfilingTask.ProfileInputXml

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Zestaw:  Microsoft.SqlServer.DataProfilingTask (w Microsoft.SqlServer.DataProfilingTask.dll)

Składnia

'Deklaracja
<BrowsableAttribute(False)> _
Public Property ProfileInputXml As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String