Compartir a través de


IServerConfigurationFacet.FilestreamAccessLevel Propiedad

Gets or sets the level of access permitted on the servers FILESTREAM operations.

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

Sintaxis

'Declaración
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
Property FilestreamAccessLevel As FilestreamAccessLevelType 
    Get 
    Set
'Uso
Dim instance As IServerConfigurationFacet 
Dim value As FilestreamAccessLevelType 

value = instance.FilestreamAccessLevel

instance.FilestreamAccessLevel = value
[PostConfigurationActionAttribute(PostConfigurationAction.RestartService)]
FilestreamAccessLevelType FilestreamAccessLevel { get; set; }
[PostConfigurationActionAttribute(PostConfigurationAction::RestartService)]
property FilestreamAccessLevelType FilestreamAccessLevel {
    FilestreamAccessLevelType get ();
    void set (FilestreamAccessLevelType value);
}
[<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)>]
abstract FilestreamAccessLevel : FilestreamAccessLevelType with get, set
function get FilestreamAccessLevel () : FilestreamAccessLevelType 
function set FilestreamAccessLevel (value : FilestreamAccessLevelType)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.FilestreamAccessLevelType
A FilestreamAccessLevelType value that specifies the level of permitted FILESTREAM access.

Vea también

Referencia

IServerConfigurationFacet Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo