Aracılığıyla paylaş


DataProfilingTask.ProfileInputXml Özelliği

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Ad Alanı:  Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Derleme:  Microsoft.SqlServer.DataProfilingTask (Microsoft.SqlServer.DataProfilingTask içinde.dll)

Sözdizimi

'Bildirim
<BrowsableAttribute(False)> _
Public Property ProfileInputXml As String
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.String