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.
Gets the type from the Urn object specified by the parameter.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Function GetTypeFromUrnSkeleton ( _
urn As Urn _
) As Type
'Usage
Dim urn As Urn
Dim returnValue As Type
returnValue = SqlSmoObject.GetTypeFromUrnSkeleton(urn)
public static Type GetTypeFromUrnSkeleton(
Urn urn
)
public:
static Type^ GetTypeFromUrnSkeleton(
Urn^ urn
)
static member GetTypeFromUrnSkeleton :
urn:Urn -> Type
public static function GetTypeFromUrnSkeleton(
urn : Urn
) : Type
Parameters
- urn
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object.
Return Value
Type: System.Type
A Type object.