DataType コンストラクター (SqlDataType, String)
指定された SQL Server データ型に基づき、指定された型を使用して、DataType クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub New ( _
sqlDataType As SqlDataType, _
type As String _
)
'使用
Dim sqlDataType As SqlDataType
Dim type As String
Dim instance As New DataType(sqlDataType, _
type)
public DataType(
SqlDataType sqlDataType,
string type
)
public:
DataType(
SqlDataType sqlDataType,
String^ type
)
new :
sqlDataType:SqlDataType *
type:string -> DataType
public function DataType(
sqlDataType : SqlDataType,
type : String
)
パラメーター
- sqlDataType
型: Microsoft.SqlServer.Management.Smo. . :: . .SqlDataType
SQL Server データ型を示す SqlDataType オブジェクト値です。
- type
型: System. . :: . .String
データ型の種類を示す String 値です。
使用例
Visual Basic
'Declare and create a DataType object variable.
Dim dt As DataType
dt = New DataType(SqlDataType.
PowerShell
$dt = new-object Microsoft.SqlServer.Management.Smo.DataType([Microsoft.SqlServer.Management.Smo.SqlDataType]::