Método GetUrn
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Function GetUrn ( _
instance As Object _
) As Urn
'Uso
Dim instance As SfcReferenceAttribute
Dim instance As Object
Dim returnValue As Urn
returnValue = instance.GetUrn(instance)
public Urn GetUrn(
Object instance
)
public:
Urn^ GetUrn(
Object^ instance
)
member GetUrn :
instance:Object -> Urn
public function GetUrn(
instance : Object
) : Urn
Parâmetros
- instance
Tipo: System. . :: . .Object
A Object instance.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
The object from the specified Urn.
Consulte também