Partilhar via


Propriedade do RDL AdvancedProperties

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 (em Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxe

'Declaração
Public ReadOnly Property AdvancedProperties As PropertyCollection
    Get
'Uso
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

Valor da propriedade

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