Partager via


Propriété Urn.Parent

Gets the Urn without its final segment. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Parent As Urn 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Urn Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc