VARYING が定義されているかどうかを取得または設定します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Property IsVarying As Boolean
'使用
Dim instance As ProcedureParameter
Dim value As Boolean
value = instance.IsVarying
instance.IsVarying = value
public bool IsVarying { get; set; }
public:
property bool IsVarying {
bool get ();
void set (bool value);
}
public function get IsVarying () : boolean
public function set IsVarying (value : boolean)
プロパティ値
型 : System.Boolean
VARYING が定義されている場合は True を返します。それ以外の場合は False を返します。