Freigeben über


SqlAssemblyFileCollection.Parent-Eigenschaft

Gets the SqlAssembly object that is the parent of the SqlAssemblyFileCollection object.

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

Syntax

'Declaration
Public ReadOnly Property Parent As SqlAssembly 
    Get
'Usage
Dim instance As SqlAssemblyFileCollection 
Dim value As SqlAssembly 

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo.SqlAssembly
A SqlAssembly object value that is the parent of the SqlAssemblyFileCollection object.

Beispiele

Verwenden von Auflistungen

Siehe auch

Verweis

SqlAssemblyFileCollection Klasse

Microsoft.SqlServer.Management.Smo-Namespace