共用方式為


DefaultFileStreamFileGroup 屬性

取得 DefaultFileStreamFileGroup 資料類型

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

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property DefaultFileStreamFileGroup As String
    Get
'用途
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

屬性值

型別:System. . :: . .String
DefaultFileStreamFileGroup

實作

IDatabaseOptions. . :: . .DefaultFileStreamFileGroup