Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the name of the collector type that the collection item implements.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public Property TypeName As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.String
Returns a String value that is the name of the collector type.
Hinweise
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.