言語

SecurityPredicate コンストラクター

定義

オーバーロード

名前 説明
SecurityPredicate(SecurityPolicy, Table, String)

テーブルを対象とするセキュリティ述語を作成するためのパラメーター化されたコンストラクター。 パラメーター値からプロパティを設定します。

SecurityPredicate(SecurityPolicy, String, String, Int32, String)

パラメーター化されたコンストラクター - パラメーター値からプロパティを設定します。

SecurityPredicate(SecurityPolicy, Table, String)

テーブルを対象とするセキュリティ述語を作成するためのパラメーター化されたコンストラクター。 パラメーター値からプロパティを設定します。

public SecurityPredicate(Microsoft.SqlServer.Management.Smo.SecurityPolicy parent, Microsoft.SqlServer.Management.Smo.Table table, string predicateDefinition);
new Microsoft.SqlServer.Management.Smo.SecurityPredicate : Microsoft.SqlServer.Management.Smo.SecurityPolicy * Microsoft.SqlServer.Management.Smo.Table * string -> Microsoft.SqlServer.Management.Smo.SecurityPredicate
Public Sub New (parent As SecurityPolicy, table As Table, predicateDefinition As String)

パラメーター

parent
SecurityPolicy

親セキュリティ ポリシー

table
Table

この述語が適用されるテーブル

predicateDefinition
String

文字列としての述語定義

適用対象

SecurityPredicate(SecurityPolicy, String, String, Int32, String)

パラメーター化されたコンストラクター - パラメーター値からプロパティを設定します。

public SecurityPredicate(Microsoft.SqlServer.Management.Smo.SecurityPolicy parent, string targetObjectSchema, string targetObjectName, int targetObjectId, string predicateDefinition);
new Microsoft.SqlServer.Management.Smo.SecurityPredicate : Microsoft.SqlServer.Management.Smo.SecurityPolicy * string * string * int * string -> Microsoft.SqlServer.Management.Smo.SecurityPredicate
Public Sub New (parent As SecurityPolicy, targetObjectSchema As String, targetObjectName As String, targetObjectId As Integer, predicateDefinition As String)

パラメーター

parent
SecurityPolicy

親セキュリティ ポリシー

targetObjectSchema
String

ターゲット オブジェクトを所有するスキーマ

targetObjectName
String

ターゲット オブジェクト名

targetObjectId
Int32

ターゲット オブジェクトのオブジェクト ID

predicateDefinition
String

文字列としての述語定義

注釈

このコンストラクターを使用すると、ビューやその他のオブジェクト型に対してセキュリティ述語を作成できます。

適用対象