GetFacetType メソッド
指定した型のファセットを取得します。
名前空間: Microsoft.SqlServer.Management.Facets
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
Public Shared Function GetFacetType ( _
facetShortName As String _
) As Type
'使用
Dim facetShortName As String
Dim returnValue As Type
returnValue = FacetRepository.GetFacetType(facetShortName)
public static Type GetFacetType(
string facetShortName
)
public:
static Type^ GetFacetType(
String^ facetShortName
)
static member GetFacetType :
facetShortName:string -> Type
public static function GetFacetType(
facetShortName : String
) : Type
パラメーター
- facetShortName
型: System. . :: . .String
ファセットを指定する String オブジェクト値です。
戻り値
型: System. . :: . .Type
ファセットに関連付けられている型を示す Type 値です。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。