Bagikan melalui


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
Public property CreationDate Infrastructure. For more information, see PackageInfo.
Public property Description Infrastructure. For more information, see PackageInfo.
Public property Flags Infrastructure. For more information, see PackageInfo.
Public property Folder Infrastructure. For more information, see PackageInfo.
Public property Name Infrastructure. For more information, see PackageInfo.
Public property PackageDataSize Infrastructure. For more information, see PackageInfo.
Public property PackageGuid Infrastructure. For more information, see PackageInfo.
Public property VersionBuild Infrastructure. For more information, see PackageInfo.
Public property VersionComments Infrastructure. For more information, see PackageInfo.
Public property VersionGUID Infrastructure. For more information, see PackageInfo.
Public property VersionMajor Infrastructure. For more information, see PackageInfo.
Public property VersionMinor Infrastructure. For more information, see PackageInfo.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace