IServerConfigurationFacet.FilestreamAccessLevel 属性
Gets or sets the level of access permitted on the servers FILESTREAM operations.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<PostConfigurationActionAttribute(PostConfigurationAction.RestartService)> _
Property FilestreamAccessLevel As FilestreamAccessLevelType
Get
Set
用法
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)
属性值
类型:Microsoft.SqlServer.Management.Smo.FilestreamAccessLevelType
A FilestreamAccessLevelType value that specifies the level of permitted FILESTREAM access.