Compartilhar via


Propriedade do RDL Table.FileStreamFileGroup

Gets or sets the filegroup for FILESTREAM data.

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

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FileStreamFileGroup As String 
    Get 
    Set
'Uso
Dim instance As Table 
Dim value As String 

value = instance.FileStreamFileGroup

instance.FileStreamFileGroup = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string FileStreamFileGroup { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ FileStreamFileGroup {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member FileStreamFileGroup : string with get, set
function get FileStreamFileGroup () : String 
function set FileStreamFileGroup (value : String)

Valor da propriedade

Tipo: System.String
A String that represents the current group name.

Consulte também

Referência

Table Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

CREATE TABLE (Transact-SQL)