Propriedade do RDL 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.
Consulte também