ISql90RemoteServiceBinding.WithUser Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property WithUser As ISql90SecurityPrincipal
'Usage
Dim instance As ISql90RemoteServiceBinding
Dim value As ISql90SecurityPrincipal
value = instance.WithUser
instance.WithUser = value
ISql90SecurityPrincipal WithUser { get; set; }
property ISql90SecurityPrincipal^ WithUser {
ISql90SecurityPrincipal^ get ();
void set (ISql90SecurityPrincipal^ value);
}
function get WithUser () : ISql90SecurityPrincipal
function set WithUser (value : ISql90SecurityPrincipal)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90SecurityPrincipal
.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
ISql90RemoteServiceBinding Interface