IDatabaseOptions.DefaultFileGroup 属性

Gets the default file group used by the database.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<DisplayNameKeyAttribute("Database_DefaultFileGroupName")> _
<DisplayDescriptionKeyAttribute("Database_DefaultFileGroupDesc")> _
ReadOnly Property DefaultFileGroup As String 
    Get
用法
Dim instance As IDatabaseOptions 
Dim value As String 

value = instance.DefaultFileGroup
[DisplayNameKeyAttribute("Database_DefaultFileGroupName")]
[DisplayDescriptionKeyAttribute("Database_DefaultFileGroupDesc")]
string DefaultFileGroup { get; }
[DisplayNameKeyAttribute(L"Database_DefaultFileGroupName")]
[DisplayDescriptionKeyAttribute(L"Database_DefaultFileGroupDesc")]
property String^ DefaultFileGroup {
    String^ get ();
}
[<DisplayNameKeyAttribute("Database_DefaultFileGroupName")>]
[<DisplayDescriptionKeyAttribute("Database_DefaultFileGroupDesc")>]
abstract DefaultFileGroup : string
function get DefaultFileGroup () : String

属性值

类型:System.String
A String value that specifies the default file group for the database.

请参阅

参考

IDatabaseOptions 接口

Microsoft.SqlServer.Management.Smo 命名空间