IDTSPackageInfo100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see PackageInfo.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("658CDB06-8ADE-4034-95EF-94CBF75D696C")> _
Public Interface IDTSPackageInfo100
'Usage
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
The IDTSPackageInfo100 type exposes the following members.
Properties
Name | 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. |
Top