Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents a collection of Property objects. Each Property object represents an advanced property defined on the SQL Server service.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Syntax
'Declaration
Public ReadOnly Property AdvancedProperties As PropertyCollection
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.PropertyCollection
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
See Also
Reference
Microsoft.SqlServer.Management.Smo.Wmi Namespace