AlterTableSetStatement.Options 속성

Gets the list of table options to be set.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public ReadOnly Property Options As IList(Of TableOption)
    Get
‘사용 방법
Dim instance As AlterTableSetStatement 
Dim value As IList(Of TableOption)

value = instance.Options
public IList<TableOption> Options { get; }
public:
property IList<TableOption^>^ Options {
    IList<TableOption^>^ get ();
}
member Options : IList<TableOption>
function get Options () : IList<TableOption>

속성 값

유형: System.Collections.Generic.IList<TableOption>
The list of table options to be set.

참고 항목

참조

AlterTableSetStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스