Partilhar via


Propriedade ISql90SpecifiesExecutionContext.IsCaller

Obtém ou define um valor que indica se o objeto é executado como o chamador.

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

Sintaxe

'Declaração
Property IsCaller As Boolean
    Get
    Set
bool IsCaller { get; set; }
property bool IsCaller {
    bool get ();
    void set (bool value);
}
abstract IsCaller : bool with get, set
function get IsCaller () : boolean
function set IsCaller (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql90SpecifiesExecutionContext Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel