Share via


FacetRepository.GetFacetType メソッド

指定した型のファセットを取得します。

名前空間:  Microsoft.SqlServer.Management.Facets
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function GetFacetType ( _
    facetShortName As String _
) As Type
'使用
Dim facetShortName As String 
Dim returnValue As Type 

returnValue = FacetRepository.GetFacetType(facetShortName)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public static Type GetFacetType(
    string facetShortName
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
static Type^ GetFacetType(
    String^ facetShortName
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
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 でのみサポートされています。

関連項目

参照

FacetRepository クラス

Microsoft.SqlServer.Management.Facets 名前空間