共用方式為


TypeName 屬性

取得或設定收集項實作的收集器類型名稱。

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

語法

'宣告
<SfcPropertyAttribute> _
Public Property TypeName As String
    Get
    Set
'用途
Dim instance As CollectionItem
Dim value As String

value = instance.TypeName

instance.TypeName = value
[SfcPropertyAttribute]
public string TypeName { get; set; }
[SfcPropertyAttribute]
public:
property String^ TypeName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute>]
member TypeName : string with get, set
function get TypeName () : String
function set TypeName (value : String)

屬性值

型別:System. . :: . .String
傳回 String 值,這個值是收集器類型的名稱。

備註

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