Propriedade ISqlPermissionStatement.SecuredObject

Obtém ou define o objeto no qual a permissão é concedida ou negada.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property SecuredObject As ISqlSecurable
    Get
    Set
ISqlSecurable SecuredObject { get; set; }
property ISqlSecurable^ SecuredObject {
    ISqlSecurable^ get ();
    void set (ISqlSecurable^ value);
}
abstract SecuredObject : ISqlSecurable with get, set
function get SecuredObject () : ISqlSecurable
function set SecuredObject (value : ISqlSecurable)

Valor de propriedade

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISqlSecurable

Segurança do .NET Framework

Consulte também

Referência

ISqlPermissionStatement Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel