IUserDefinedTypeFactory.CreateClrType 메서드

Creates an IMutableUserDefinedClrType object that belongs to the specified ISchema object and has the specified name.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Function CreateClrType ( _
    schema As ISchema, _
    name As String _
) As IMutableUserDefinedClrType
‘사용 방법
Dim instance As IUserDefinedTypeFactory 
Dim schema As ISchema 
Dim name As String 
Dim returnValue As IMutableUserDefinedClrType 

returnValue = instance.CreateClrType(schema, _
    name)
IMutableUserDefinedClrType CreateClrType(
    ISchema schema,
    string name
)
IMutableUserDefinedClrType^ CreateClrType(
    ISchema^ schema, 
    String^ name
)
abstract CreateClrType : 
        schema:ISchema * 
        name:string -> IMutableUserDefinedClrType
function CreateClrType(
    schema : ISchema, 
    name : String
) : IMutableUserDefinedClrType

매개 변수

반환 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableUserDefinedClrType
An IMutableUserDefinedClrType object.

참고 항목

참조

IUserDefinedTypeFactory 인터페이스

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스