Compartilhar via


Propriedade do RDL Catalog.Parent

Gets or sets the parent.

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

Sintaxe

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

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

Consulte também

Referência

Catalog Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices