CheckCollection.Remove Método (String)
Removes a Check object with the specified name from the CheckCollection collection.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub Remove ( _
name As String _
)
'Uso
Dim instance As CheckCollection
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
)
Parámetros
- name
Tipo: System.String
A String object that specifies the name of the Check object to be removed from the CheckCollection collection.