Compartilhar via


Propriedade do RDL TypeName

Obtém ou define o nome de um tipo de coletor implementado pelo item de coleta.

Namespace:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)

Sintaxe

'Declaração
<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 da propriedade

Tipo: System. . :: . .String
Retorna um valor String que é o nome do tipo do coletor.

Comentários

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