Properties-Eigenschaft
Gibt eine Auflistung von Property-Objekten zurück. Die PropertyCollection-Auflistung stellt die Eigenschaften des Configuration-Objekts dar.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Properties As ConfigPropertyCollection
Get
'Usage
Dim instance As Configuration
Dim value As ConfigPropertyCollection
value = instance.Properties
public ConfigPropertyCollection Properties { get; }
public:
property ConfigPropertyCollection^ Properties {
ConfigPropertyCollection^ get ();
}
member Properties : ConfigPropertyCollection
function get Properties () : ConfigPropertyCollection
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo. . :: . .ConfigPropertyCollection
Ein ConfigPropertyCollection-Objekt, das die Auflistung von Konfigurationsobjekteigenschaften angibt.
Siehe auch