Database.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
既定のファイル ストリームのファイル グループの名前です。
実装
IDatabaseOptions.DefaultFileStreamFileGroup
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間