DataFileCollection.Remove 메서드 (DataFile)
Removes a DataFile object from the DataFileCollection collection by specifying the object.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub Remove ( _
dataFile As DataFile _
)
‘사용 방법
Dim instance As DataFileCollection
Dim dataFile As DataFile
instance.Remove(dataFile)
public void Remove(
DataFile dataFile
)
public:
void Remove(
DataFile^ dataFile
)
member Remove :
dataFile:DataFile -> unit
public function Remove(
dataFile : DataFile
)
매개 변수
- dataFile
유형: Microsoft.SqlServer.Management.Smo.DataFile
A DataFile object to be removed from the DataFileCollection collection.