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 MustOverride Function GetUrn ( _
reference As Object _
) As Urn
'Usage
Dim instance As SimpleNodeAdapter
Dim reference As Object
Dim returnValue As Urn
returnValue = instance.GetUrn(reference)
public abstract Urn GetUrn(
Object reference
)
public:
virtual Urn^ GetUrn(
Object^ reference
) abstract
abstract GetUrn :
reference:Object -> Urn
public abstract function GetUrn(
reference : Object
) : Urn
Parameters
- reference
Type: System.Object
The reference of the provider.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The urn of the specified object.