Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the filegroup for FILESTREAM data.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FileStreamFileGroup As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String that represents the current group name.
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace