GetFacetType 메서드
Gets the facet for the specified type.
네임스페이스: Microsoft.SqlServer.Management.Facets
어셈블리: Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf
구문
‘선언
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
A String object value that specifies the facet.
반환 값
형식: System. . :: . .Type
A Type value that specifies the type that is associated with the facet.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.