Gets a list of the options that make up the declaration.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public ReadOnly Property Options As IList(Of FileDeclarationOption)
Get
'用途
Dim instance As FileDeclaration
Dim value As IList(Of FileDeclarationOption)
value = instance.Options
public IList<FileDeclarationOption> Options { get; }
public:
property IList<FileDeclarationOption^>^ Options {
IList<FileDeclarationOption^>^ get ();
}
member Options : IList<FileDeclarationOption>
function get Options () : IList<FileDeclarationOption>
屬性值
型別:System.Collections.Generic.IList<FileDeclarationOption>
A list of the options that make up the declaration.