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.