Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the database Options for Create Database.
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 CreateDatabaseStatement
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 database Options for Create Database.