WsdlFile propriété
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (dans Microsoft.SqlServer.WebServiceTask.dll)
Syntaxe
'Déclaration
Property WsdlFile As String
Get
Set
'Utilisation
Dim instance As IDTSWebServiceTask
Dim value As String
value = instance.WsdlFile
instance.WsdlFile = value
string WsdlFile { get; set; }
property String^ WsdlFile {
String^ get ();
void set (String^ value);
}
abstract WsdlFile : string with get, set
function get WsdlFile () : String
function set WsdlFile (value : String)
Valeur de la propriété
Type : System. . :: . .String