GridParameter.Value プロパティ

重要度パラメータ型の値を取得または設定します。

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

構文

'宣言
Public Property Value As ImportanceParameterType
'使用
Dim instance As GridParameter
Dim value As ImportanceParameterType

value = instance.Value

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

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.ImportanceParameterType
ImportanceParameterType 列挙値を返します。

参照

参照

GridParameter クラス

GridParameter メンバ

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