Compartilhar via


Método SqlSmoObject.IAlienObject.GetUrn

Gets the Unified Resource Name (URN) of the object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Private Function GetUrn As Urn Implements IAlienObject.GetUrn
'Uso
Dim instance As SqlSmoObject 
Dim returnValue As Urn 

returnValue = CType(instance, IAlienObject).GetUrn()
Urn IAlienObject.GetUrn()
private:
virtual Urn^ GetUrn() sealed = IAlienObject::GetUrn
private abstract GetUrn : unit -> Urn  
private override GetUrn : unit -> Urn
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor de retorno

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn which represents the URN of the object..

Implementa

IAlienObject.GetUrn()

Consulte também

Referência

SqlSmoObject Classe

Namespace Microsoft.SqlServer.Management.Smo