ISqlActivationService.CreateInstance<T> 메서드 (Type)
Indicates the type of instance to be created.
네임스페이스: Microsoft.SqlServer.Management
어셈블리: SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)
구문
‘선언
Function CreateInstance(Of T) ( _
type As Type _
) As T
‘사용 방법
Dim instance As ISqlActivationService
Dim type As Type
Dim returnValue As T
returnValue = instance.CreateInstance(type)
T CreateInstance<T>(
Type type
)
generic<typename T>
T CreateInstance(
Type^ type
)
abstract CreateInstance :
type:Type -> 'T
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.
유형 매개 변수
- T
매개 변수
- type
유형: System.Type
The type of an instance.
반환 값
유형: T
The type of instance to be created.