FileDeclaration.Options 属性

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.

请参阅

参考

FileDeclaration 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间