SqlSmoObject.IAlienObject.GetUrn Método
Gets the Unified Resource Name (URN) of the object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn which represents the URN of the object..