Поделиться через


SqlDataType.SqlDataTypeOption Property

Gets or sets a Sql data type option value.

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

Syntax

'Declaration
Public Property SqlDataTypeOption As SqlDataTypeOption
public SqlDataTypeOption SqlDataTypeOption { get; set; }
public:
property SqlDataTypeOption SqlDataTypeOption {
    SqlDataTypeOption get ();
    void set (SqlDataTypeOption value);
}
member SqlDataTypeOption : SqlDataTypeOption with get, set
function get SqlDataTypeOption () : SqlDataTypeOption
function set SqlDataTypeOption (value : SqlDataTypeOption)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.SqlDataTypeOption
Returns a SqlDataTypeOption enumeration value.

.NET Framework Security

See Also

Reference

SqlDataType Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace