Share via


ISql90RemoteServiceBinding.IsAnonymousOn Property

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

Syntax

'Declaration
Property IsAnonymousOn As Boolean
'Usage
Dim instance As ISql90RemoteServiceBinding 
Dim value As Boolean 

value = instance.IsAnonymousOn

instance.IsAnonymousOn = value
bool IsAnonymousOn { get; set; }
property bool IsAnonymousOn {
    bool get ();
    void set (bool value);
}
function get IsAnonymousOn () : boolean 
function set IsAnonymousOn (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90RemoteServiceBinding Interface

ISql90RemoteServiceBinding Members

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