Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.