Propriété Properties
Retourne une collection d'objets Property. La collection PropertyCollection représente les propriétés de l'objet Configuration.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Properties As ConfigPropertyCollection
Get
'Utilisation
Dim instance As Configuration
Dim value As ConfigPropertyCollection
value = instance.Properties
public ConfigPropertyCollection Properties { get; }
public:
property ConfigPropertyCollection^ Properties {
ConfigPropertyCollection^ get ();
}
member Properties : ConfigPropertyCollection
function get Properties () : ConfigPropertyCollection
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .ConfigPropertyCollection
Objet ConfigPropertyCollection qui spécifie la collection de propriétés des objets de configuration.
Voir aussi