Properties propriété
Gets a collection of Property objects that represent the object properties.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans 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 la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .SqlPropertyCollection
A PropertyCollection object value that specifies the collection of properties associated with the object.
Voir aussi