共用方式為


Table.FileStreamFileGroup 屬性

Gets or sets the filegroup for FILESTREAM data.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FileStreamFileGroup As String 
    Get 
    Set
'用途
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)

屬性值

型別:System.String
A String that represents the current group name.

請參閱

參考

Table 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

CREATE TABLE (Transact-SQL)