Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the level of access permitted on the servers FILESTREAM operations.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
Property FilestreamAccessLevel As FilestreamAccessLevelType
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.FilestreamAccessLevelType
A FilestreamAccessLevelType value that specifies the level of permitted FILESTREAM access.