Share via


ISql90RemoteServiceBinding.IsAnonymousOn Property

Gets or sets a value that models the ANONYMOUS option.

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

Syntax

'Declaration
Property IsAnonymousOn As Boolean
bool IsAnonymousOn { get; set; }
property bool IsAnonymousOn {
    bool get ();
    void set (bool value);
}
abstract IsAnonymousOn : bool with get, set
function get IsAnonymousOn () : boolean
function set IsAnonymousOn (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90RemoteServiceBinding Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace