UserDefinedTableType メソッド (String, String)

指定された型を表し指定されたスキーマを持つオブジェクトを返します。

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

構文

'宣言
Public Shared Function UserDefinedTableType ( _
    type As String, _
    schema As String _
) As DataType
'使用
Dim type As String
Dim schema As String
Dim returnValue As DataType

returnValue = DataType.UserDefinedTableType(type, _
    schema)
public static DataType UserDefinedTableType(
    string type,
    string schema
)
public:
static DataType^ UserDefinedTableType(
    String^ type, 
    String^ schema
)
static member UserDefinedTableType : 
        type:string * 
        schema:string -> DataType 
public static function UserDefinedTableType(
    type : String, 
    schema : String
) : DataType

パラメーター

戻り値

型: Microsoft.SqlServer.Management.Smo. . :: . .DataType
DataType オブジェクト値です。