Share via


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 네임스페이스