Metodo DataFileCollection.Remove (String)

Removes a DataFile object from the DataFileCollection collection by specifying the name of the data file.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub Remove ( _
    name As String _
)
'Utilizzo
Dim instance As DataFileCollection 
Dim name As String

instance.Remove(name)
public void Remove(
    string name
)
public:
void Remove(
    String^ name
)
member Remove : 
        name:string -> unit
public function Remove(
    name : String
)

Parametri

Esempi

Utilizzo delle raccolte

Vedere anche

Riferimento

DataFileCollection Classe

Overload Remove

Spazio dei nomi Microsoft.SqlServer.Management.Smo