Compartir a través de


Column.IsFileStream Propiedad

Gets a boolean value that represents the FILESTREAM attribute of the column.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property IsFileStream As Boolean 
    Get 
    Set
'Uso
Dim instance As Column 
Dim value As Boolean 

value = instance.IsFileStream

instance.IsFileStream = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool IsFileStream { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property bool IsFileStream {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member IsFileStream : bool with get, set
function get IsFileStream () : boolean 
function set IsFileStream (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
A Boolean value that represents the FILESTREAM attribute of the column.If True, the column has the FILESTREAM attribute. Otherwise, False.

Comentarios

This property is not alterable by the application.

Ejemplos

Trabajar con objetos de bases de datos

Vea también

Referencia

Column Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo