Condividi tramite


Proprietà SqlAssemblyFileCollection.Parent

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Parent As SqlAssembly 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Utilizzo delle raccolte

Vedere anche

Riferimento

SqlAssemblyFileCollection Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo