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
- 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.