Kommentar
Å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.
Gets a list of options specified in this statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Options As IList(Of DatabaseOption)
Get
'Usage
Dim instance As AlterDatabaseSetStatement
Dim value As IList(Of DatabaseOption)
value = instance.Options
public IList<DatabaseOption> Options { get; }
public:
property IList<DatabaseOption^>^ Options {
IList<DatabaseOption^>^ get ();
}
member Options : IList<DatabaseOption>
function get Options () : IList<DatabaseOption>
Property Value
Type: System.Collections.Generic.IList<DatabaseOption>
The list of options specified in this statement.