Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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>
Eigenschaftswert
Typ: System.Collections.Generic.IList<DatabaseOption>
The database Options for Create Database.