Partilhar via


Propriedade do RDL Urn.Parent

Gets the Urn without its final segment. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public ReadOnly Property Parent As Urn 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

Urn Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc