Compartir a través de


ISql90SpecifiesExecutionContext.IsSelf (Propiedad)

Obtiene o establece un valor que indica si el objeto se ejecuta como su creador.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql90SpecifiesExecutionContext Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)