Partager via


Propriété Description

Obtient ou définit la description du jeu d'éléments de collecte.

Espace de noms :  Microsoft.SqlServer.Management.Collector
Assembly :  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(Required := False)> _
Public Property Description As String
    Get
    Set
'Utilisation
Dim instance As CollectionSet
Dim value As String

value = instance.Description

instance.Description = value
[SfcPropertyAttribute(Required = false)]
public string Description { get; set; }
[SfcPropertyAttribute(Required = false)]
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(Required = false)>]
member Description : string with get, set
function get Description () : String
function set Description (value : String)

Valeur de propriété

Type : System. . :: . .String
Obtient une valeur String qui est la description du jeu d'éléments de collecte.

Notes

The collection set description is free form.

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