ServerAdapterBase.FilestreamAccessLevel 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 FilestreamAccessLevelType FilestreamAccessLevel { get; set; }
public:
property FilestreamAccessLevelType FilestreamAccessLevel {
    virtual FilestreamAccessLevelType get() sealed;
    virtual void set(FilestreamAccessLevelType value) sealed;
}
abstract FilestreamAccessLevel : FilestreamAccessLevelType with get, set
override FilestreamAccessLevel : FilestreamAccessLevelType with get, set
Public Property FilestreamAccessLevel As FilestreamAccessLevelType

Property Value

Type: Microsoft.SqlServer.Management.Smo.FilestreamAccessLevelType

A T:System.FilestreamAccessLevelType value that contains the value of the referenced property option.

See Also

ServerAdapterBase Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top