Proprietà NextUsedFileGroup
Gets or sets the name of the filegroup that has NEXT USED status.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public Property NextUsedFileGroup As String
Get
Set
'Utilizzo
Dim instance As PartitionScheme
Dim value As String
value = instance.NextUsedFileGroup
instance.NextUsedFileGroup = value
[SfcPropertyAttribute]
public string NextUsedFileGroup { get; set; }
[SfcPropertyAttribute]
public:
property String^ NextUsedFileGroup {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member NextUsedFileGroup : string with get, set
function get NextUsedFileGroup () : String
function set NextUsedFileGroup (value : String)
Valore proprietà
Tipo: System. . :: . .String
A String value that specifies the filegroup name.
Osservazioni
Returns an empty string if no filegroup has NEXT USED status.
Vedere anche