Share via


FilestreamSettings Class

Definition

Represents the filestream settings.

public ref class FilestreamSettings : Microsoft::SqlServer::Configuration::Settings
public class FilestreamSettings : Microsoft.SqlServer.Configuration.Settings
type FilestreamSettings = class
    inherit Settings
Public Class FilestreamSettings
Inherits Settings
Inheritance
FilestreamSettings

Constructors

FilestreamSettings()

Initializes a new instance of the FilestreamSettings class.

FilestreamSettings(ServiceContainer)

Initializes a new instance of the FilestreamSettings class.

Properties

FilestreamLevel

Gets the filestream level.

FilestreamSharename

Gets the share name of the filestream.

Methods

Calculate()

Calculates all the configuration settings.

(Inherited from Settings)
CreateProperty<T>(String)

Creates a property for the configuration settings.

(Inherited from Settings)
Equals(Settings)

Determines whether two object instances are equal.

(Inherited from Settings)
GetHashCode()

Serves as the default hash function.

(Inherited from Settings)
ValidateSettings()

Gets the settings for the validation.

(Inherited from Settings)

Applies to