Compartir a través de


SqlAssemblyFileCollection.Parent Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Parent As SqlAssembly 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Usar colecciones

Vea también

Referencia

SqlAssemblyFileCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo