TypeName Propiedad

Obtiene o establece el nombre del tipo de recopilador que implementa el elemento de recopilación.

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
Devuelve un valor String que es el nombre del tipo de recopilador.

Comentarios

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