Partager via


ISql90SpecifiesExecutionContext.IsCaller, propriété

Obtient ou définit une valeur qui indique si l'objet est exécuté en tant qu'appelant.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISql90SpecifiesExecutionContext Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms