Freigeben über


ExtendedPropertyCollection.Parent-Eigenschaft

Gets the SqlSmoObject object that is the parent of the ExtendedPropertyCollection object.

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

Syntax

'Declaration
Public ReadOnly Property Parent As SqlSmoObject 
    Get
'Usage
Dim instance As ExtendedPropertyCollection 
Dim value As SqlSmoObject 

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject object that is the parent of the ExtendedPropertyCollection object.

Siehe auch

Verweis

ExtendedPropertyCollection Klasse

Microsoft.SqlServer.Management.Smo-Namespace