Server.FilestreamLevel Property
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property FilestreamLevel As FileStreamEffectiveLevel
Get
'Usage
Dim instance As Server
Dim value As FileStreamEffectiveLevel
value = instance.FilestreamLevel
[SfcPropertyAttribute]
public FileStreamEffectiveLevel FilestreamLevel { get; }
[SfcPropertyAttribute]
public:
property FileStreamEffectiveLevel FilestreamLevel {
FileStreamEffectiveLevel get ();
}
[<SfcPropertyAttribute>]
member FilestreamLevel : FileStreamEffectiveLevel
function get FilestreamLevel () : FileStreamEffectiveLevel
Property Value
Type: Microsoft.SqlServer.Management.Smo.FileStreamEffectiveLevel