ISql90SpecifiesExecutionContext.User Property
Gets or sets the user as which to execute.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property User As ISql90User
ISql90User User { get; set; }
property ISql90User^ User {
ISql90User^ get ();
void set (ISql90User^ value);
}
abstract User : ISql90User with get, set
function get User () : ISql90User
function set User (value : ISql90User)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql90User
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.