ISqlPermissionStatement 介面
模型化權限陳述式。
命名空間: Microsoft.Data.Schema.Sql.SchemaModel
組件: Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)
語法
'宣告
Public Interface ISqlPermissionStatement _
Inherits ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, _
IModelEntity, IModelAnnotationHolder
public interface ISqlPermissionStatement : ISqlModelElement,
IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISqlPermissionStatement : ISqlModelElement,
IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
type ISqlPermissionStatement =
interface
interface ISqlModelElement
interface IScriptSourcedModelElement
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end
public interface ISqlPermissionStatement extends ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
ISqlPermissionStatement 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
ElementClass | 取得項目的中繼資料類別。 (繼承自 IModelElement)。 | |
ExcludedColumns | 取得未套用使用權限的資料行清單。 | |
Grantee | 取得或設定正在授與或拒絕使用權限的主體。 | |
Grantor | 取得或設定授與或拒絕使用權限的主體。 | |
IsAllPrivileges | 取得或設定值,這個值表示已授與或拒絕的使用權限是否為「全部」。 | |
IsCascade | 取得或設定值,這個值表示是否同時從已被此主體授與使用權限的所有主體中撤銷使用權限。 | |
IsWithGrantOption | 取得或設定值,這個值表示被授與者是否可以接著對其他人授與使用權限。 | |
Model | 取得模型參考。 (繼承自 IModelEntity)。 | |
Name | 取得或設定項目的名稱。 (繼承自 IModelElement)。 | |
Permission | 取得或設定已授與或拒絕的使用權限。 | |
PermissionAction | 取得或設定動作,這個動作定義正在對使用權限所進行的操作 (例如,「授與」或「拒絕」)。 | |
PrimarySource | 取得項目之主要來源的相關資訊。 (繼承自 IScriptSourcedModelElement)。 | |
ResolutionStatus | 取得或設定模型項目解析狀態的值。 (繼承自 IModelElement)。 | |
SecondarySources | 取得項目的次要來源清單。 (繼承自 IScriptSourcedModelElement)。 | |
SecuredObject | 取得或設定授與或拒絕使用權限所在的物件。 | |
SourceCodePositions | 取得定義這個項目的來源清單。 (繼承自 IModelElement)。 | |
ValidationStatus | 取得或設定模型項目驗證狀態的值。 (繼承自 IModelElement)。 |
回頁首
方法
回頁首