共用方式為


CollectionSet.Name 屬性

Gets or sets the name of the collection set.

命名空間:  Microsoft.SqlServer.Management.Collector
組件:  Microsoft.SqlServer.Management.Collector (在 Microsoft.SqlServer.Management.Collector.dll 中)

語法

'宣告
<SfcKeyAttribute()> _
<SfcPropertyAttribute> _
Public Property Name As String 
    Get 
    Set
'用途
Dim instance As CollectionSet 
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)

屬性值

型別:System.String
A String value that is the collection set name.

備註

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

請參閱

參考

CollectionSet 類別

Microsoft.SqlServer.Management.Collector 命名空間