DeclareVariableElement.DataType プロパティ

変数のデータ型を取得または設定します。 テーブル型は無効です。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property DataType As DataType
'使用
Dim instance As DeclareVariableElement
Dim value As DataType

value = instance.DataType

instance.DataType = value
public DataType DataType { get; set; }
public:
property DataType^ DataType {
    DataType^ get ();
    void set (DataType^ value);
}
public function get DataType () : DataType
public function set DataType (value : DataType)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.DataType

参照

参照

DeclareVariableElement クラス

DeclareVariableElement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間