Catalog.Key クラス
Catalog クラスにアクセスするために使用するキーを表します。
継承階層
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.IntegrationServices.NameKey
Microsoft.SqlServer.Management.IntegrationServices.Catalog.Key
名前空間: Microsoft.SqlServer.Management.IntegrationServices
アセンブリ: Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)
構文
'宣言
Public NotInheritable Class Key _
Inherits NameKey
'使用
Dim instance As Catalog.Key
public sealed class Key : NameKey
public ref class Key sealed : public NameKey
[<SealedAttribute>]
type Key =
class
inherit NameKey
end
public final class Key extends NameKey
Catalog.Key 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
Catalog.Key | 指定したキー名を受け取る Catalog.Key クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
InstanceType | (SfcKey から継承されています。) | |
Name | キー名を取得します。 (NameKey から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals(SfcKey) | 現在の NameKey によって表されるオブジェクトが、指定したキーによって表されるオブジェクトと等しいかどうかを判定します。 (NameKey から継承されています。) | |
Equals(Object) | NameKey によって表されるオブジェクトが指定したオブジェクトと等しいかどうかを判定します。 (NameKey から継承されています。) | |
GetHashCode | この NameKey のハッシュ コードを返します。 (NameKey から継承されています。) | |
GetType | (Object から継承されています。) | |
GetUrnFragment | SfcInstance 型の UrnFragment を取得します。 (SfcKey.GetUrnFragment() をオーバーライドします。) | |
ToString | (SfcKey から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。