Compartir a través de


Catalog.Parent Propiedad

Gets or sets the parent.

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

Sintaxis

'Declaración
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public Property Parent As IntegrationServices 
    Get 
    Private Set
'Uso
Dim instance As Catalog 
Dim value As IntegrationServices 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices
The parent.

Vea también

Referencia

Catalog Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices