Właściwość CollectionSet.Key.Name
Pobiera lub ustawia nazwę klucz.
Przestrzeń nazw: Microsoft.SqlServer.Management.Collector
Zestaw: Microsoft.SqlServer.Management.Collector (w Microsoft.SqlServer.Management.Collector.dll)
Składnia
'Deklaracja
Public Property Name As String
Get
Protected Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A String wartość to nazwa klucz.
Uwagi
Ten obszar nazw, klasy lub element członkowski jest obsługiwany tylko w wersja 2.0 Microsoft .NET Framework.
Zobacz także