CreateView プロパティ
CREATE VIEW 権限を権限セットに含めるかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。この権限は、権限付与対象ユーザーにデータベースでのビューの作成を許可します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Property CreateView As Boolean
Get
Set
'使用
Dim instance As DatabasePermissionSet
Dim value As Boolean
value = instance.CreateView
instance.CreateView = value
public bool CreateView { get; set; }
public:
property bool CreateView {
bool get ();
void set (bool value);
}
member CreateView : bool with get, set
function get CreateView () : boolean
function set CreateView (value : boolean)
プロパティ値
型: System. . :: . .Boolean
CREATE VIEW 権限を権限セットに含めるかどうかを示す Boolean 値です。
True の場合、権限は権限セットに含まれます。
False (既定値) の場合、権限は権限セットに含まれません。