PackageFormatVersion-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property PackageFormatVersion As Integer
Get
'Usage
Dim instance As PackageRemote64Class
Dim value As Integer
value = instance.PackageFormatVersion
public virtual int PackageFormatVersion { get; }
public:
virtual property int PackageFormatVersion {
int get ();
}
abstract PackageFormatVersion : int
override PackageFormatVersion : int
function get PackageFormatVersion () : int