Compartilhar via


Propriedade do RDL SqlAssemblyFileCollection.Parent

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

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

Sintaxe

'Declaração
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 da propriedade

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

Exemplos

Usando coleções

Consulte também

Referência

SqlAssemblyFileCollection Classe

Namespace Microsoft.SqlServer.Management.Smo