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 the list of options for disk 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 DiskStatementOption)
Get
'Usage
Dim instance As DiskStatement
Dim value As IList(Of DiskStatementOption)
value = instance.Options
public IList<DiskStatementOption> Options { get; }
public:
property IList<DiskStatementOption^>^ Options {
IList<DiskStatementOption^>^ get ();
}
member Options : IList<DiskStatementOption>
function get Options () : IList<DiskStatementOption>
Property Value
Type: System.Collections.Generic.IList<DiskStatementOption>
The list of options for disk statement.