Partilhar via


Propriedade ISql90SpecifiesExecutionContext.IsSelf

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

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

Sintaxe

'Declaração
Property IsSelf As Boolean
    Get
    Set
bool IsSelf { get; set; }
property bool IsSelf {
    bool get ();
    void set (bool value);
}
abstract IsSelf : bool with get, set
function get IsSelf () : boolean
function set IsSelf (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