IDTSPackageInfo100 Interface
This API supports the SQL Server 2012 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("45E34694-90E3-4BD2-B215-161279C7BB75")> _
Public Interface IDTSPackageInfo100
'Usage
Dim instance As IDTSPackageInfo100
[GuidAttribute("45E34694-90E3-4BD2-B215-161279C7BB75")]
public interface IDTSPackageInfo100
[GuidAttribute(L"45E34694-90E3-4BD2-B215-161279C7BB75")]
public interface class IDTSPackageInfo100
[<GuidAttribute("45E34694-90E3-4BD2-B215-161279C7BB75")>]
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