Freigeben über


SqlSmoObject.Properties-Eigenschaft

Gets a collection of Property objects that represent the object properties.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property Properties As SqlPropertyCollection 
    Get
'Usage
Dim instance As SqlSmoObject 
Dim value As SqlPropertyCollection 

value = instance.Properties
public SqlPropertyCollection Properties { get; }
public:
property SqlPropertyCollection^ Properties {
    SqlPropertyCollection^ get ();
}
member Properties : SqlPropertyCollection
function get Properties () : SqlPropertyCollection

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo.SqlPropertyCollection
A PropertyCollection object value that specifies the collection of properties associated with the object.

Beispiele

Festlegen von Eigenschaften

Siehe auch

Verweis

SqlSmoObject Klasse

Microsoft.SqlServer.Management.Smo-Namespace