PackagePath-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
For more information, see Configuration.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Property PackagePath As String
Get
Set
'Usage
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)