ISql90SpecifiesExecutionContext.User Property
Gets or sets the context user.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property User As ISql90User
Get
Set
'Usage
Dim instance As ISql90SpecifiesExecutionContext
Dim value As ISql90User
value = instance.User
instance.User = value
ISql90User User { get; set; }
property ISql90User^ User {
ISql90User^ get ();
void set (ISql90User^ value);
}
function get User () : ISql90User
function set User (value : ISql90User)
abstract User : ISql90User with get, set
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90User
Returns a 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.
See Also
Reference
ISql90SpecifiesExecutionContext Interface