Compartir a través de


SqlAssemblyFile.Parent Propiedad

Gets or sets the SqlAssembly object that is the parent of the SqlAssemblyFile object.

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

Sintaxis

'Declaración
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As SqlAssembly 
    Get 
    Set
'Uso
Dim instance As SqlAssemblyFile 
Dim value As SqlAssembly 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public SqlAssembly Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property SqlAssembly^ Parent {
    SqlAssembly^ get ();
    void set (SqlAssembly^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : SqlAssembly with get, set
function get Parent () : SqlAssembly 
function set Parent (value : SqlAssembly)

Valor de la propiedad

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

Ejemplos

Establecer propiedades

Vea también

Referencia

SqlAssemblyFile Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo