Właściwość CollectionItem.Name
Pobiera lub ustawia element kolekcja nazwy.
Przestrzeń nazw: Microsoft.SqlServer.Management.Collector
Zestaw: Microsoft.SqlServer.Management.Collector (w Microsoft.SqlServer.Management.Collector.dll)
Składnia
'Deklaracja
<SfcKeyAttribute()> _
<SfcPropertyAttribute> _
Public Property Name As String
Get
Set
'Użycie
Dim instance As CollectionItem
Dim value As String
value = instance.Name
instance.Name = value
[SfcKeyAttribute()]
[SfcPropertyAttribute]
public string Name { get; set; }
[SfcKeyAttribute()]
[SfcPropertyAttribute]
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
[<SfcKeyAttribute()>]
[<SfcPropertyAttribute>]
member Name : string with get, set
function get Name () : String
function set Name (value : String)
Wartość właściwości
Typ: System.String
A String wartość, która zawiera nazwę element kolekcja.
Uwagi
Ten obszar nazw, klasy lub element członkowski jest obsługiwany tylko w wersja 2.0 Microsoft .NET Framework.
Zobacz także