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 type of the parent object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Friend Property Parent As ParentT
Get
Set
'Usage
Dim value As ParentT
value = Me.Parent
Me.Parent = value
protected internal ParentT Parent { get; set; }
protected public:
property ParentT Parent {
ParentT get ();
void set (ParentT value);
}
member Parent : 'ParentT with get, set
function get Parent () : ParentT
function set Parent (value : ParentT)
Property Value
Type: ParentT
The type of the parent object.