Compartilhar via


Propriedade do RDL IsFileStream

Obtém um valor boolean que representa o atributo FILESTREAM da coluna.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<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 da propriedade

Tipo: System. . :: . .Boolean
Um valor Boolean que representa o atributo FILESTREAM da coluna.
Se True, a coluna terá o atributo FILESTREAM. Caso contrário, o valor será False.

Comentários

This property is not alterable by the application.