Propriedade do RDL Database.DefaultFileStreamFileGroup

Gets the file group name for the default file stream.

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

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property DefaultFileStreamFileGroup As String 
    Get
'Uso
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

Valor da propriedade

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

Implementa

IDatabaseOptions.DefaultFileStreamFileGroup

Consulte também

Referência

Database Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Visão geral de FILESTREAM