Constructeur DataFile (FileGroup, String, String)
Initializes a new instance of the DataFile class on the specified file group with the specified name and file name.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
fileGroup As FileGroup, _
name As String, _
fileName As String _
)
'Utilisation
Dim fileGroup As FileGroup
Dim name As String
Dim fileName As String
Dim instance As New DataFile(fileGroup, _
name, fileName)
public DataFile(
FileGroup fileGroup,
string name,
string fileName
)
public:
DataFile(
FileGroup^ fileGroup,
String^ name,
String^ fileName
)
new :
fileGroup:FileGroup *
name:string *
fileName:string -> DataFile
public function DataFile(
fileGroup : FileGroup,
name : String,
fileName : String
)
Paramètres
- fileGroup
Type : Microsoft.SqlServer.Management.Smo. . :: . .FileGroup
A FileGroup object value that specifies the file group to which this data file belongs.
- name
Type : System. . :: . .String
A String value that specifies the name of the data file.
- fileName
Type : System. . :: . .String
A String value that specifies the file name of the data file.
Voir aussi