Método .
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: Urn
Implementa
IAlienObjectGetUrn()()()()
Consulte também