Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Returns a collection of Property objects. The PropertyCollection collection represents the properties of the Configuration object.
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
A ConfigPropertyCollection object that specifies the collection of Configuration object properties.
Exemples
Configuration de SQL Server dans SMO
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo