Partager via


Propriété Service.AdvancedProperties

Represents a collection of Property objects. Each Property object represents an advanced property defined on the SQL Server service.

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

Syntaxe

'Déclaration
Public ReadOnly Property AdvancedProperties As PropertyCollection 
    Get
'Utilisation
Dim instance As Service 
Dim value As PropertyCollection 

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.PropertyCollection
A PropertyCollection object that represents all the advanced properties defined on the SQL Server service.

Exemples

Gestion des services et des paramètres réseau à l'aide du fournisseur WMI

Voir aussi

Référence

Service Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Wmi

Autres ressources

WMI and SQL Server

Connexion au moteur de base de données SQL Server