Urn.Parent Property

Gets the Urn without its final segment. 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
Public ReadOnly Property Parent As Urn
    Get
'Usage
Dim instance As Urn
Dim value As Urn

value = instance.Parent
public Urn Parent { get; }
public:
property Urn^ Parent {
    Urn^ get ();
}
member Parent : Urn
function get Parent () : Urn

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A string value without the final segment of the Urn.