Service.AdvancedProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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