FilestreamAccessLevel 속성
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<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)