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
)

매개 변수

컬렉션 사용

참고 항목

참조

DataFileCollection 클래스

Remove 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스