Dela via


UserStatement.UserOptions Property

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property UserOptions As IList(Of UserOption)
'Usage
Dim instance As UserStatement 
Dim value As IList(Of UserOption)

value = instance.UserOptions
public IList<UserOption> UserOptions { get; }
public:
property IList<UserOption^>^ UserOptions {
    IList<UserOption^>^ get ();
}
public function get UserOptions () : IList<UserOption>

Property Value

Type: System.Collections.Generic.IList<UserOption>

.NET Framework Security

See Also

Reference

UserStatement Class

UserStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace