StartupStateSessionOption Class

Represents the STARTUP_STATE event session option.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class StartupStateSessionOption _
    Inherits OnOffSessionOption
'Usage
Dim instance As StartupStateSessionOption
[SerializableAttribute]
public class StartupStateSessionOption : OnOffSessionOption
[SerializableAttribute]
public ref class StartupStateSessionOption : public OnOffSessionOption
public class StartupStateSessionOption extends OnOffSessionOption

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.SessionOption
      Microsoft.Data.Schema.ScriptDom.Sql.OnOffSessionOption
        Microsoft.Data.Schema.ScriptDom.Sql.StartupStateSessionOption

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

StartupStateSessionOption Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace