Propriété IDTSConfiguration100.PackagePath
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see Configuration.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Property PackagePath As String
Get
Set
'Utilisation
Dim instance As IDTSConfiguration100
Dim value As String
value = instance.PackagePath
instance.PackagePath = value
string PackagePath { get; set; }
property String^ PackagePath {
String^ get ();
void set (String^ value);
}
abstract PackagePath : string with get, set
function get PackagePath () : String
function set PackagePath (value : String)
Valeur de propriété
Type : System.String