Database.DefaultFileStreamFileGroup Property

Gets a DefaultFileStreamFileGroup datatype

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property DefaultFileStreamFileGroup As String
    Get
'Usage
Dim instance As Database
Dim value As String

value = instance.DefaultFileStreamFileGroup
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)]
public string DefaultFileStreamFileGroup { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone)]
public:
virtual property String^ DefaultFileStreamFileGroup {
    String^ get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
abstract DefaultFileStreamFileGroup : string
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
override DefaultFileStreamFileGroup : string
final function get DefaultFileStreamFileGroup () : String

Property Value

Type: System.String
DefaultFileStreamFileGroup

Implements

IDatabaseOptions.DefaultFileStreamFileGroup