Propriété Properties

Obtient une collection d'objets Property qui représentent les propriétés de l'objet.

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

Syntaxe

'Déclaration
Public ReadOnly Property Properties As SqlPropertyCollection
    Get
'Utilisation
Dim instance As SqlSmoObject
Dim value As SqlPropertyCollection

value = instance.Properties
public SqlPropertyCollection Properties { get; }
public:
property SqlPropertyCollection^ Properties {
    SqlPropertyCollection^ get ();
}
member Properties : SqlPropertyCollection
function get Properties () : SqlPropertyCollection

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo. . :: . .SqlPropertyCollection
Valeur de l'objet PropertyCollection qui spécifie la collection des propriétés associées à l'objet.