パラメーターの型の値の重要度を取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property Value As ImportanceParameterType
Get
Set
'使用
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);
}
member Value : ImportanceParameterType with get, set
function get Value () : ImportanceParameterType
function set Value (value : ImportanceParameterType)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.ImportanceParameterType
パラメーターの型の値の重要度。