Service.AdvancedProperties Property

Definition

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

public:
 property Microsoft::SqlServer::Management::Smo::PropertyCollection ^ AdvancedProperties { Microsoft::SqlServer::Management::Smo::PropertyCollection ^ get(); };
public Microsoft.SqlServer.Management.Smo.PropertyCollection AdvancedProperties { get; }
member this.AdvancedProperties : Microsoft.SqlServer.Management.Smo.PropertyCollection
Public ReadOnly Property AdvancedProperties As PropertyCollection

Property Value

A PropertyCollection object that represents all the advanced properties defined on the SQL Server service.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to