SecurityPolicy Class

 

Represents the security policy.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)


public ref class SecurityPolicy sealed : ScriptSchemaObjectBase, 
	IObjectPermission, ICreatable, IDroppable, IDropIfExists, IScriptable, 
	IAlterable, IExtendedProperties

NameDescription
System_CAPS_pubmethodSecurityPolicy()

Initializes a new instance of the SecurityPolicy class.

System_CAPS_pubmethodSecurityPolicy(Database^, String^)

Initializes a new instance of the SecurityPolicy class using the specified name and database.

System_CAPS_pubmethodSecurityPolicy(Database^, String^, String^)

Initializes a new instance of the SecurityPolicy class.

System_CAPS_pubmethodSecurityPolicy(Database^, String^, String^, Boolean, Boolean)

Initializes a new instance of the SecurityPolicy class.

NameDescription
System_CAPS_pubpropertyCreateDate

Gets a created date for the security policy.

System_CAPS_pubpropertyDateLastModified

Gets the date and time the object was last modified.

System_CAPS_pubpropertyEnabled

Gets or sets whether the security policy is enabled.

System_CAPS_pubpropertyExecutionManager

Gets the object to execute to the manager.(Inherited from SqlSmoObject.)

System_CAPS_pubpropertyExtendedProperties

Gets the extended properties for the security policy.

System_CAPS_pubpropertyID

Gets the ID security policy.

System_CAPS_pubpropertyIsSchemaBound

Gets or sets a value that indicates whether the security policy is schema bound.

System_CAPS_pubpropertyIsSchemaOwned

Gets a Boolean value that indicates whether the SecurityPolicy object is owned by a schema.

System_CAPS_pubpropertyName

Gets or sets the name of the security policy.(Overrides ScriptSchemaObjectBase::Name.)

System_CAPS_pubpropertyNotForReplication

Gets or sets a value that indicates whether the security policy is not for replication.

System_CAPS_pubpropertyOwner

Gets or sets the owner for the security policy.

System_CAPS_pubpropertyParent

Gets the Server object that is the parent of the Security Policy object.

System_CAPS_pubpropertyProperties

Gets a collection of Property objects that represent the object properties.(Inherited from SqlSmoObject.)

System_CAPS_pubpropertySchema

Gets or sets the security policy for the schema object.(Overrides ScriptSchemaObjectBase::Schema.)

System_CAPS_pubpropertySecurityPredicates

Gets the security predicates.

System_CAPS_pubpropertyState

Gets the state of the referenced object.(Inherited from SmoObjectBase.)

System_CAPS_pubpropertyUrn

Gets the Uniform Resource Name (URN) address value that uniquely identifies the object.(Inherited from SqlSmoObject.)

System_CAPS_pubpropertyUserData

Gets or sets user-defined data associated with the referenced object.(Inherited from SmoObjectBase.)

NameDescription
System_CAPS_pubmethodAlter()

Updates any changes with the security policy.

System_CAPS_pubmethodCreate()

Creates an object on the server as defined by the referenced SMO object.

System_CAPS_pubmethodDeny(ObjectPermissionSet^, String^)

Denies access to the specified permission for the specified grantee on the SMO object.

System_CAPS_pubmethodDeny(ObjectPermissionSet^, String^, Boolean)

Denies access to the specified permission for the specified grantee and other users that the grantee granted access on the SMO object.

System_CAPS_pubmethodDeny(ObjectPermissionSet^, array<String^>^)

Denies permission to an object.

System_CAPS_pubmethodDeny(ObjectPermissionSet^, array<String^>^, Boolean)

Denies permission to the specified object.

System_CAPS_pubmethodDiscover()

Discovers a list of type Object.(Inherited from SqlSmoObject.)

System_CAPS_pubmethodDrop()

Drops the security policy object.

System_CAPS_pubmethodDropIfExists()

Drops the SecurityPolicy object if exists.

System_CAPS_pubmethodEnumObjectPermissions()

Enumerates a list of permissions for the security policy.

System_CAPS_pubmethodEnumObjectPermissions(ObjectPermissionSet^)

Enumerates a list of object permissions for a specified permission on the security policy.

System_CAPS_pubmethodEnumObjectPermissions(String^)

Enumerates a list of object permissions for a specified grantee on the SMO object.

System_CAPS_pubmethodEnumObjectPermissions(String^, ObjectPermissionSet^)

Enumerates the specified set of permissions for the security policy.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFormatSqlVariant(Object^)

Formats an object as T: Microsoft.Data.Schema.Sql.DataGenerator.SqlVariant type.(Inherited from SqlSmoObject.)

System_CAPS_protmethodGetContextDB()

Gets the context database that is associated with this object.(Inherited from SqlSmoObject.)

System_CAPS_protmethodGetDBName()

Gets the database name that is associated with the object.(Inherited from SqlSmoObject.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetPropValue(String^)

Gets a property value of the SqlSmoObject object.(Inherited from SqlSmoObject.)

System_CAPS_protmethodGetPropValueOptional(String^)

Gets a property value of the SqlSmoObject object.(Inherited from SqlSmoObject.)

System_CAPS_protmethodGetPropValueOptionalAllowNull(String^)

Gets a property value of the SqlSmoObject object.(Inherited from SqlSmoObject.)

System_CAPS_protmethodGetServerObject()

Gets the server of the SqlSmoObject object.(Inherited from SqlSmoObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGrant(ObjectPermissionSet^, String^)

Grants access to the specified permission for the specified grantee on the security policy.

System_CAPS_pubmethodGrant(ObjectPermissionSet^, String^, Boolean)

Grants the specified set of permissions to the grantees and the ability to grant the set of permissions to the security policy.

System_CAPS_pubmethodGrant(ObjectPermissionSet^, String^, Boolean, String^)

Grants permission to the server.

System_CAPS_pubmethodGrant(ObjectPermissionSet^, array<String^>^)

Grants permission for the object with the specified names.

System_CAPS_pubmethodGrant(ObjectPermissionSet^, array<String^>^, Boolean)

Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the SMO object.

System_CAPS_pubmethodGrant(ObjectPermissionSet^, array<String^>^, Boolean, String^)

Grants permission for the object in the security policy.

System_CAPS_pubmethodInitialize()

Initializes the object and forces the properties be loaded.(Inherited from SqlSmoObject.)

System_CAPS_pubmethodInitialize(Boolean)

Initializes the object and forces the properties be loaded.(Inherited from SqlSmoObject.)

System_CAPS_protmethodIsObjectInitialized()

Verifies whether the object has been initialized.(Inherited from SqlSmoObject.)

System_CAPS_protmethodIsObjectInSpace()

Verifies whether the object is isolated or connected to the instance of SQL Server.(Inherited from SqlSmoObject.)

System_CAPS_pubmethodIsSupportedProperty(String^)

Determines whether the specified property is supported in the target .NET Framework.(Inherited from SqlSmoObject.)

System_CAPS_pubmethodRefresh()

Refreshes the script name.(Inherited from ScriptNameObjectBase.)

System_CAPS_pubmethodRevoke(ObjectPermissionSet^, String^)

Revokes previously granted permissions from a grantee on the security policy object.

System_CAPS_pubmethodRevoke(ObjectPermissionSet^, String^, Boolean, Boolean)

Revokes previously granted permission from a grantee on the SMO object and any other users to whom the grantee have granted access. The grantee are also given the ability to revoke other users' access.

System_CAPS_pubmethodRevoke(ObjectPermissionSet^, String^, Boolean, Boolean, String^)

Revokes previously granted permissions from a grantees on the security policy object and any other users to whom the grantees have granted access. The grantees are also given the ability to revoke other users' access.

System_CAPS_pubmethodRevoke(ObjectPermissionSet^, array<String^>^)

Revokes previously granted permission from a list of grantees on the SMO object.

System_CAPS_pubmethodRevoke(ObjectPermissionSet^, array<String^>^, Boolean, Boolean)

Revokes previously granted permission from a grantees on the SMO object and any other users to whom the grantees have granted access.

System_CAPS_pubmethodRevoke(ObjectPermissionSet^, array<String^>^, Boolean, Boolean, String^)

Revokes previously granted permissions from grantees on the database user and any other users to whom the grantees have granted access.

System_CAPS_pubmethodScript()

Generates a string collection of script that can be used in the security policy.

System_CAPS_pubmethodScript(ScriptingOptions^)

Generates a Transact-SQL script that can be used to re-create the SMO object as specified by the script options.

System_CAPS_protmethodSetParentImpl(SqlSmoObject^)

Sets the parent of the SqlSmoObject to the newParent parameter.(Inherited from SqlSmoObject.)

System_CAPS_pubmethodToString()

Returns a String that represents the referenced object.(Inherited from SqlSmoObject.)

System_CAPS_pubmethodValidate(String^, array<Object^>^)

Validates the state of an object.(Inherited from SmoObjectBase.)

NameDescription
System_CAPS_pubeventPropertyChanged

Represents the event that occurs when a property is changed.(Inherited from SqlSmoObject.)

System_CAPS_pubeventPropertyMetadataChanged

Represents the event that occurs when property metadata changes.(Inherited from SqlSmoObject.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIAlienObject::Discover()

Discovers any dependencies.

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SqlSmoObject.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIAlienObject::GetDomainRoot()

Returns the root of the domain.(Inherited from SqlSmoObject.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIAlienObject::GetParent()

Gets the parent of this object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SqlSmoObject.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIAlienObject::GetPropertyType(String^)

Gets the type of the specified property.(Inherited from SqlSmoObject.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIAlienObject::GetPropertyValue(String^, Type^)

Gets the value of the specified property.(Inherited from SqlSmoObject.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIAlienObject::GetUrn()

Gets the Unified Resource Name (URN) of the object.

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SqlSmoObject.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIAlienObject::Resolve(String^)

Gets the instance that contains the information about the object from the Unified Resource Name (URN) of the object.(Inherited from SqlSmoObject.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIAlienObject::SetObjectState(SfcObjectState)

Sets the object state to the specified SfcObjectState value.(Inherited from SqlSmoObject.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIAlienObject::SetPropertyValue(String^, Type^, Object^)

Sets the property value.(Inherited from SqlSmoObject.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodISfcPropertyProvider::GetPropertySet()

Gets the interface reference to the set of properties of this object.

Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SqlSmoObject.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: