Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the parent.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public Property Parent As ProjectInfo
Get
Private Set
'Usage
Dim instance As ProjectVersion
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)
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo
The parent.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace