次の方法で共有


CollectionSet.Key.Name プロパティ

キー名を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Collector
アセンブリ:  Microsoft.SqlServer.Management.Collector (Microsoft.SqlServer.Management.Collector.dll)

構文

'宣言
Public Property Name As String 
    Get 
    Protected Set
'使用
Dim instance As CollectionSet.Key 
Dim value As String 

value = instance.Name

instance.Name = value
public string Name { get; protected set; }
public:
property String^ Name {
    String^ get ();
    protected: void set (String^ value);
}
member Name : string with get, set
function get Name () : String 
protected function set Name (value : String)

プロパティ値

型: System.String
キー名を示す String 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。

関連項目

参照

CollectionSet.Key クラス

Microsoft.SqlServer.Management.Collector 名前空間