ProfileInputXml propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Assembly : Microsoft.SqlServer.DataProfilingTask (dans Microsoft.SqlServer.DataProfilingTask.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public Property ProfileInputXml As String
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .String