PackageInfo クラス
パッケージ情報のクラスを表します。
継承階層
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.PackageInfo
名前空間: Microsoft.SqlServer.Management.IntegrationServices
アセンブリ: Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)
構文
'宣言
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")> _
Public NotInheritable Class PackageInfo _
Inherits SfcInstance _
Implements ISfcAlterable, IAlterable, ISfcDiscoverObject
'使用
Dim instance As PackageInfo
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
public sealed class PackageInfo : SfcInstance,
ISfcAlterable, IAlterable, ISfcDiscoverObject
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")]
public ref class PackageInfo sealed : public SfcInstance,
ISfcAlterable, IAlterable, ISfcDiscoverObject
[<SealedAttribute>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.IntegrationServices.LocalizableResources")>]
type PackageInfo =
class
inherit SfcInstance
interface ISfcAlterable
interface IAlterable
interface ISfcDiscoverObject
end
public final class PackageInfo extends SfcInstance implements ISfcAlterable, IAlterable, ISfcDiscoverObject
PackageInfo 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
AbstractIdentityKey | (SfcInstance から継承されています。) | |
Description | パッケージの説明を取得します。値の設定も可能です。 | |
EntryPoint | パッケージ情報がエントリ ポイントかどうかを示す値を取得します。 | |
IdentityKey | パッケージの ID キーを取得します。 | |
Metadata | (SfcInstance から継承されています。) | |
Name | パッケージの名前を取得します。値の設定も可能です。 | |
PackageId | パッケージ識別子を取得します。 | |
Parameters | パッケージのパラメーターを取得します。 | |
Parent | パッケージの親を取得します。値の設定も可能です。 | |
Properties | (SfcInstance から継承されています。) | |
State | (SfcInstance から継承されています。) | |
Urn | (SfcInstance から継承されています。) |
先頭に戻る
メソッド
先頭に戻る
イベント
名前 | 説明 | |
---|---|---|
PropertyChanged | (SfcInstance から継承されています。) | |
PropertyMetadataChanged | (SfcInstance から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ISfcDiscoverObject.Discover | 子を検出するかどうかを指定します。 |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。