ISql90RemoteServiceBinding.WithUser Property

Gets or sets the user.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property WithUser As ISql90SecurityPrincipal
    Get
    Set
'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)
abstract WithUser : ISql90SecurityPrincipal with get, set

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90SecurityPrincipal
Returns a ISql90SecurityPrincipal.

.NET Framework Security

See Also

Reference

ISql90RemoteServiceBinding Interface

ISql90RemoteServiceBinding Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace