Freigeben über


Database.DefaultFileStreamFileGroup-Eigenschaft

Gets the file group name for the default file stream.

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

Eigenschaftswert

Typ: System.String
The file group name for the default file stream.

Implementiert

IDatabaseOptions.DefaultFileStreamFileGroup

Siehe auch

Verweis

Database Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Übersicht über FILESTREAM