Interface IDTSPackageInfo100
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see PackageInfo.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("658CDB06-8ADE-4034-95EF-94CBF75D696C")> _
Public Interface IDTSPackageInfo100
'Utilisation
Dim instance As IDTSPackageInfo100
[GuidAttribute("658CDB06-8ADE-4034-95EF-94CBF75D696C")]
public interface IDTSPackageInfo100
[GuidAttribute(L"658CDB06-8ADE-4034-95EF-94CBF75D696C")]
public interface class IDTSPackageInfo100
[<GuidAttribute("658CDB06-8ADE-4034-95EF-94CBF75D696C")>]
type IDTSPackageInfo100 = interface end
public interface IDTSPackageInfo100
Le type IDTSPackageInfo100 expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
CreationDate | Infrastructure. For more information, see PackageInfo. | |
Description | Infrastructure. For more information, see PackageInfo. | |
Flags | Infrastructure. For more information, see PackageInfo. | |
Folder | Infrastructure. For more information, see PackageInfo. | |
Name | Infrastructure. For more information, see PackageInfo. | |
PackageDataSize | Infrastructure. For more information, see PackageInfo. | |
PackageGuid | Infrastructure. For more information, see PackageInfo. | |
VersionBuild | Infrastructure. For more information, see PackageInfo. | |
VersionComments | Infrastructure. For more information, see PackageInfo. | |
VersionGUID | Infrastructure. For more information, see PackageInfo. | |
VersionMajor | Infrastructure. For more information, see PackageInfo. | |
VersionMinor | Infrastructure. For more information, see PackageInfo. |
Haut de la page