SqlDataType.SqlDataTypeOption (Propiedad)

Obtiene o establece un valor de opción de tipo de datos Sql.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property SqlDataTypeOption As SqlDataTypeOption
    Get
    Set
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.SqlDataTypeOption
Devuelve un valor de enumeración SqlDataTypeOption.

Seguridad de .NET Framework

Vea también

Referencia

SqlDataType Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)