ApplicationRoleOption.Value プロパティ

オプションの値を取得または設定します。

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

構文

'宣言
Public Property Value As TSqlFragment
'使用
Dim instance As ApplicationRoleOption
Dim value As TSqlFragment

value = instance.Value

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

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
TSqlFragment を返します。

解説

識別子または文字列型のリテラルを指定できます。

参照

参照

ApplicationRoleOption クラス

ApplicationRoleOption メンバ

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