Name 屬性
取得或設定收集組的名稱。
命名空間: Microsoft.SqlServer.Management.Collector
組件: Microsoft.SqlServer.Management.Collector (在 Microsoft.SqlServer.Management.Collector.dll 中)
語法
'宣告
<SfcPropertyAttribute> _
<SfcKeyAttribute()> _
Public Property Name As String
Get
Set
'用途
Dim instance As CollectionSet
Dim value As String
value = instance.Name
instance.Name = value
[SfcPropertyAttribute]
[SfcKeyAttribute()]
public string Name { get; set; }
[SfcPropertyAttribute]
[SfcKeyAttribute()]
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
[<SfcKeyAttribute()>]
member Name : string with get, set
function get Name () : String
function set Name (value : String)
屬性值
型別:System. . :: . .String
String 值,這個值是收集組名稱。
備註
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.