Propriedade do RDL DataProfilingTask.ProfileInputXml
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets an XML input of the DataProfilingTask.
Namespace: Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Assembly: Microsoft.SqlServer.DataProfilingTask (em Microsoft.SqlServer.DataProfilingTask.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: System.String
An XML input of the DataProfilingTask.