Compartir a través de


CollectionItem.TypeName Propiedad

Gets or sets the name of the collector type that the collection item implements.

Espacio de nombres:  Microsoft.SqlServer.Management.Collector
Ensamblado:  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public Property TypeName As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
Returns a String value that is the name of the collector type.

Comentarios

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

Vea también

Referencia

CollectionItem Clase

Espacio de nombres Microsoft.SqlServer.Management.Collector