Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the parent.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public Property Parent As CatalogFolder
Get
Private Set
'Utilisation
Dim instance As EnvironmentInfo
Dim value As CatalogFolder
value = instance.Parent
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)]
public CatalogFolder Parent { get; private set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectCardinality::One)]
public:
property CatalogFolder^ Parent {
CatalogFolder^ get ();
private: void set (CatalogFolder^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)>]
member Parent : CatalogFolder with get, private set
function get Parent () : CatalogFolder
private function set Parent (value : CatalogFolder)
Valeur de propriété
Type : Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder
The parent.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices