Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property IsWebAssistantProceduresEnabled As Nullable(Of Boolean)
'Usage
Dim instance As ISql90ServerOptions
Dim value As Nullable(Of Boolean)
value = instance.IsWebAssistantProceduresEnabled
instance.IsWebAssistantProceduresEnabled = value
Nullable<bool> IsWebAssistantProceduresEnabled { get; set; }
property Nullable<bool> IsWebAssistantProceduresEnabled {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
function get IsWebAssistantProceduresEnabled () : Nullable<boolean>
function set IsWebAssistantProceduresEnabled (value : Nullable<boolean>)
Property Value
Type: System.Nullable<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.