ISqlServerOptions Interface

Models the settings for an instance of SQL Server.

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

Syntax

'Declaration
Public Interface ISqlServerOptions _
    Inherits ISqlSecurable, ISqlModelElement, IScriptSourcedModelElement, IModelElement,  _
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISqlServerOptions : ISqlSecurable, 
    ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, 
    IModelAnnotationHolder
public interface class ISqlServerOptions : ISqlSecurable, 
    ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, 
    IModelAnnotationHolder
type ISqlServerOptions =  
    interface
        interface ISqlSecurable
        interface ISqlModelElement
        interface IScriptSourcedModelElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end
public interface ISqlServerOptions extends ISqlSecurable, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder

The ISqlServerOptions type exposes the following members.

Properties

  Name Description
Public property Affinity64Mask Gets or sets a value that models the "affinity64 mask" sp_configure option.
Public property AffinityMask Gets or sets a value that models the "affinity mask" sp_configure option.
Public property Collation Gets or sets the server collation.
Public property CostThresholdForParallelism Gets or sets a value that models the "cost threshold for parallelism" sp_configure option.
Public property CursorThreshold Gets or sets a value that models the "cursor threshold" sp_configure option.
Public property DefaultFillFactor Gets or sets a value that models the "fill factor" sp_configure option.
Public property DefaultFulltextLanguage Gets or sets a value that models the "default full-text language" sp_configure option.
Public property DefaultLanguage Gets or sets a value that models the "default language" sp_configure option.
Public property DisableDefaultConstraintChecking Gets or sets a value that models the DISABLE_DEF_CNST_CHK setting.
Public property DoAllowRemoteAccess Gets or sets a value that models the "allow remote access" sp_configure option.
Public property DoAllowUpdates Gets or sets a value that models the "allow updates" sp_configure option.
Public property ElementClass Gets the metadata class for an element. (Inherited from IModelElement.)
Public property ImplicitTransactions Gets or sets a value that models the default IMPLICIT_TRANSACTIONS setting.
Public property IndexCreateMemory Gets or sets a value that models the "index create memory" sp_configure option.
Public property IsAnsiNullDefaultOff Gets or sets a value that models the ANSI_NULL_DFLT_OFF setting.
Public property IsAnsiNullDefaultOn Gets or sets a value that models the ANSI_NULL_DFLT_ON setting.
Public property IsAnsiNullsOn Gets or sets a value that models the default ANSI_NULLS setting.
Public property IsAnsiPaddingOn Gets or sets a value that models the default ANSI_PADDING setting.
Public property IsAnsiWarningsOn Gets or sets a value that models the default ANSI_WARNINGS setting.
Public property IsArithAbortOn Gets or sets a value that models the default ARITHABORT setting.
Public property IsArithIgnoreOn Gets or sets a value that models the default ARITHIGNORE setting.
Public property IsAweEnabled Gets or sets a value that models the "awe enabled" sp_configure option.
Public property IsC2AuditModeOn Gets or sets a value that models the "C2 audit mode" sp_configure option.
Public property IsConcatNullYieldsNullOn Gets or sets a value that models the default CONCAT_NULL_YIELDS_NULL setting.
Public property IsCrossDbOwnershipChainingOn Gets or sets a value that models the "cross db ownership chaining" sp_configure option.
Public property IsCursorCloseOnCommitOn Gets or sets a value that models the default CURSOR_CLOSE_ON_COMMIT setting.
Public property IsLightweightPoolingOn Gets or sets a value that models the "lightweight pooling" sp_configure option.
Public property IsNestedTriggersEnabled Gets or sets a value that models the "nested triggers" sp_configure option.
Public property IsNocountOn Gets or sets a value that models the default NOCOUNT setting.
Public property IsNumericRoundAbortOn Gets or sets a value that models the default NUMERIC_ROUND_ABORT setting.
Public property IsPriorityBoostEnabled Gets or sets a value that models the "priority boost" sp_configure option.
Public property IsQuotedIdentifierOn Gets or sets a value that models the default QUOTED_IDENTIFIER setting.
Public property IsRemoteProcTransactionEnabled Gets or sets a value that models the "remote proc trans" sp_configure option.
Public property IsScanForStartupProcsEnabled Gets or sets a value that models the "scan for startup procs" sp_configure option.
Public property IsSetWorkingSetSizeEnabled Gets or sets a value that models the "set working set size" sp_configure option.
Public property IsShowAdvancedOptionEnabled Gets or sets a value that models the "show advanced options" sp_configure option.
Public property Locks Gets or sets a value that models the "locks" sp_configure option.
Public property MaxDegreeOfParallelism Gets or sets a value that models the "max degree of parallelism" sp_configure option.
Public property MaxServerMemory Gets or sets a value that models the "max server memory" sp_configure option.
Public property MaxTextReplSize Gets or sets a value that models the "max text repl size" sp_configure option.
Public property MaxWorkerThreads Gets or sets a value that models the "max worker threads" sp_configure option.
Public property MediaRetention Gets or sets a value that models the "media retention" sp_configure option.
Public property MinMemoryPerQuery Gets or sets a value that models the "min memory per query" sp_configure option.
Public property MinServerMemory Gets or sets a value that models the "min server memory" sp_configure option.
Public property Model Gets the model reference. (Inherited from IModelEntity.)
Public property Name Gets or sets the name of the element. (Inherited from IModelElement.)
Public property NetworkPacketSize Gets or sets a value that models the "network packet size" sp_configure option.
Public property OpenObjects Gets or sets a value that models the "open objects" sp_configure option.
Public property Permissions Gets the list of permissions that apply to this object. (Inherited from ISqlSecurable.)
Public property PrimarySource Gets information about the primary source for the element. (Inherited from IScriptSourcedModelElement.)
Public property QueryGovernorCostlimit Gets or sets a value that models the "query governor cost limit" sp_configure option.
Public property QueryWait Gets or sets a value that models the "query wait" sp_configure option.
Public property RecoveryInterval Gets or sets a value that models the "recovery interval" sp_configure option.
Public property RemoteLoginTimeout Gets or sets a value that models the "remote login timeout" sp_configure option.
Public property RemoteQueryTimeout Gets or sets a value that models the "remote query timeout" sp_configure option.
Public property ResolutionStatus Gets or sets the value of the model element resolution status. (Inherited from IModelElement.)
Public property SecondarySources Gets a list of secondary sources for the element. (Inherited from IScriptSourcedModelElement.)
Public property SourceCodePositions Gets the list of sources that define this element. (Inherited from IModelElement.)
Public property TransactionAbort Gets or sets a value that models the XACT_ABORT setting.
Public property TwoDigitYearCuttoff Gets or sets a value that models the "two digit year cutoff" sp_configure option.
Public property UserConnections Gets or sets a value that models the "user connections" sp_configure option.
Public property ValidationStatus Gets or sets the value of the model element validation status. (Inherited from IModelElement.)

Top

Methods

  Name Description
Public method AddAnnotation Adds the given annotation to this element. (Inherited from IModelAnnotationHolder.)
Public method Delete Deletes this instance from the model. (Inherited from IModelElement.)
Public method GetAnnotations() Returns a list of annotations attached to this element. (Inherited from IModelAnnotationHolder.)
Public method GetAnnotations(Type) Returns a list of attached annotations of the given type. (Inherited from IModelAnnotationHolder.)
Public method GetAnnotations(ModelIdentifier) Returns a list of attached annotations that have the given identifier. (Inherited from IModelAnnotationHolder.)
Public method GetAnnotations(ModelIdentifier, Type) (Inherited from IModelAnnotationHolder.)
Public method GetAnnotations<TType>() Returns all attached model annotations that implement the given annotation type and have the specified model identifier. (Inherited from IModelAnnotationHolder.)
Public method GetAnnotations<TType>(ModelIdentifier) (Inherited from IModelAnnotationHolder.)
Public method GetComposingChildren Returns a list of composing children for this element. (Inherited from IModelElement.)
Public method GetHierarchicalChildren Returns a list of hierarchical children for this element. (Inherited from IModelElement.)
Public method GetOwnerInfo Returns information about the element owner. (Inherited from IModelElement.)
Public method GetPermissionsRelationship Returns an IModelReverseMultiRelationship between this and the associated ISqlPermissionStatement. (Inherited from ISqlSecurable.)
Public method GetProperty<TProperty> Gets the specified property. (Inherited from IModelPropertyContainer.)
Public method GetReferencedDanglingRelationshipEntries Returns a list of the relationship entries, where this element is on the left side and there is either no element on the right side of the relationship, or the element on the right does not exist in the model. (Inherited from IModelElement.)
Public method GetReferencedElements Returns a list of the elements that are in a relationship with this element, where this element is on the left side of the relationship. (Inherited from IModelElement.)
Public method GetReferencedRelationshipEntries Returns a list of the relationship entries, where this element is on the left side. (Inherited from IModelElement.)
Public method GetReferencingElements Returns a list of the elements that are in a relationship with this element, where this element is on the right side. (Inherited from IModelElement.)
Public method GetReferencingRelationshipEntries Returns a list of the relationship entries, where this element is on the right side. (Inherited from IModelElement.)
Public method GetRelationship(ModelRelationshipClass) Returns the requested relationship by using the provided metadata. (Inherited from IModelElement.)
Public method GetRelationship<TFrom, TTo>(ModelRelationshipClass) Returns a relationship where the two related elements are of the specified types. (Inherited from IModelElement.)
Public method GetRelationshipEntrySources Returns a collection of source information about the given relationship. (Inherited from IScriptSourcedModelElement.)
Public method GetRelationships Returns a list of the relationships in this element. (Inherited from IModelElement.)
Public method IsDeleted Specifies whether the object is deleted. (Inherited from IModelElement.)
Public method IsExternal Returns a value that indicates whether the object was loaded from an external source and is not a part of the schema model. (Inherited from IModelElement.)
Public method RemoveAnnotation Removes the specified annotation from this model element. (Inherited from IModelAnnotationHolder.)
Public method SetProperty<TProperty> Sets the specified property. (Inherited from IModelPropertyContainer.)

Top

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel Namespace