Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Function GetUrn ( _
obj As Object _
) As String
'Usage
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
Parameters
- obj
Type: System.Object
The specified object that describes the Object.
Return Value
Type: System.String
An object to get from the specified Urn.