CollectionItem.Key コンストラクター (String)
キー名を指定してキーのインスタンスを作成します。
名前空間: Microsoft.SqlServer.Management.Collector
アセンブリ: Microsoft.SqlServer.Management.Collector (Microsoft.SqlServer.Management.Collector.dll)
構文
'宣言
Public Sub New ( _
name As String _
)
'使用
Dim name As String
Dim instance As New CollectionItem..::..Key(name)
public Key(
string name
)
public:
Key(
String^ name
)
new :
name:string -> Key
public function CollectionItem..::..Key(
name : String
)
パラメーター
- name
型: System. . :: . .String
キー名を示す String 値です。
説明
この名前空間、クラス、またはメンバは、Microsoft .NET Framework 2.0 でのみサポートされています。