ServerAdapterBase.FilestreamLevel Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the value of the referenced property.

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

Syntax

public FileStreamEffectiveLevel FilestreamLevel { get; }
public:
property FileStreamEffectiveLevel FilestreamLevel {
    virtual FileStreamEffectiveLevel get() sealed;
}
abstract FilestreamLevel : FileStreamEffectiveLevel with get
override FilestreamLevel : FileStreamEffectiveLevel with get
Public ReadOnly Property FilestreamLevel As FileStreamEffectiveLevel

Property Value

Type: Microsoft.SqlServer.Management.Smo.FileStreamEffectiveLevel

A T:Microsoft.SqlServer.Management.Smo.FilestreamEffectiveLevel value that contains the value of the referenced property option.

See Also

ServerAdapterBase Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top