Свойство Name
Gets or sets the 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
A String value that is the key name.
Замечания
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.