FilestreamLevel プロパティ
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property FilestreamLevel As FileStreamEffectiveLevel
Get
'使用
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