PackageInfo.Parent Propiedad
Gets or sets the parent of the package.
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 ProjectInfo
Get
Private Set
'Uso
Dim instance As PackageInfo
Dim value As ProjectInfo
value = instance.Parent
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)]
public ProjectInfo Parent { get; private set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectCardinality::One)]
public:
property ProjectInfo^ Parent {
ProjectInfo^ get ();
private: void set (ProjectInfo^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)>]
member Parent : ProjectInfo with get, private set
function get Parent () : ProjectInfo
private function set Parent (value : ProjectInfo)
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo
The parent.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices