Método SfcUtility.GetUrn
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 Shared Function GetUrn ( _
obj As Object _
) As String
'Uso
Dim obj As Object
Dim returnValue As String
returnValue = SfcUtility.GetUrn(obj)
public static string GetUrn(
Object obj
)
public:
static String^ GetUrn(
Object^ obj
)
static member GetUrn :
obj:Object -> string
public static function GetUrn(
obj : Object
) : String
Parâmetros
- obj
Tipo: System.Object
The specified object that describes the Object.
Valor de retorno
Tipo: System.String
An object to get from the specified Urn.