다음을 통해 공유


DataType 생성자 (SqlDataType, String, String)

Initializes a new instance of the DataType class based on a specified SQL Server data type with the specified type and schema.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Sub New ( _
    sqlDataType As SqlDataType, _
    type As String, _
    schema As String _
)
‘사용 방법
Dim sqlDataType As SqlDataType
Dim type As String
Dim schema As String

Dim instance As New DataType(sqlDataType, _
    type, schema)
public DataType(
    SqlDataType sqlDataType,
    string type,
    string schema
)
public:
DataType(
    SqlDataType sqlDataType, 
    String^ type, 
    String^ schema
)
new : 
        sqlDataType:SqlDataType * 
        type:string * 
        schema:string -> DataType
public function DataType(
    sqlDataType : SqlDataType, 
    type : String, 
    schema : String
)

매개 변수