Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the file stream level for the instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("Server_FilestreamLevelDesc")> _
<DisplayNameKeyAttribute("Server_FilestreamLevelName")> _
ReadOnly Property FilestreamLevel As FileStreamEffectiveLevel
Get
'Usage
Dim instance As IServerSetupFacet
Dim value As FileStreamEffectiveLevel
value = instance.FilestreamLevel
[DisplayDescriptionKeyAttribute("Server_FilestreamLevelDesc")]
[DisplayNameKeyAttribute("Server_FilestreamLevelName")]
FileStreamEffectiveLevel FilestreamLevel { get; }
[DisplayDescriptionKeyAttribute(L"Server_FilestreamLevelDesc")]
[DisplayNameKeyAttribute(L"Server_FilestreamLevelName")]
property FileStreamEffectiveLevel FilestreamLevel {
FileStreamEffectiveLevel get ();
}
[<DisplayDescriptionKeyAttribute("Server_FilestreamLevelDesc")>]
[<DisplayNameKeyAttribute("Server_FilestreamLevelName")>]
abstract FilestreamLevel : FileStreamEffectiveLevel
function get FilestreamLevel () : FileStreamEffectiveLevel
Property Value
Type: Microsoft.SqlServer.Management.Smo.FileStreamEffectiveLevel
A FilestreamEffectiveLevel value that specifies the file stream level for the instance of SQL Server.