Proprietà TypeName
Ottiene o imposta il nome del tipo agente di raccolta implementato dall'elemento della raccolta.
Spazio dei nomi Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public Property TypeName As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .String
Restituisce un valore String che costituisce il nome del tipo agente di raccolta.
Osservazioni
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Vedere anche