PackageFormatVersion 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.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Overridable ReadOnly Property PackageFormatVersion As Integer
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .Int32