Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a list of string values that contain the URN skeletons.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Private Function GetUrnSkeletonsFromType ( _
inputType As Type _
) As List(Of String) Implements ISfcDomain2.GetUrnSkeletonsFromType
'Usage
Dim instance As Utility
Dim inputType As Type
Dim returnValue As List(Of String)
returnValue = CType(instance, ISfcDomain2).GetUrnSkeletonsFromType(inputType)
List<string> ISfcDomain2.GetUrnSkeletonsFromType(
Type inputType
)
private:
virtual List<String^>^ GetUrnSkeletonsFromType(
Type^ inputType
) sealed = ISfcDomain2::GetUrnSkeletonsFromType
private abstract GetUrnSkeletonsFromType :
inputType:Type -> List<string>
private override GetUrnSkeletonsFromType :
inputType:Type -> List<string>
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.
Parameter
- inputType
Typ: System.Type
A Type object.
Rückgabewert
Typ: System.Collections.Generic.List<String>
A generic list of type string.
Implementiert
ISfcDomain2.GetUrnSkeletonsFromType(Type)