Metodo Remove (Int32, String)
Removes the object with the specified ID value and language from the message collection object.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
id As Integer, _
language As String _
)
'Utilizzo
Dim instance As MessageCollectionBase
Dim id As Integer
Dim language As String
instance.Remove(id, language)
public void Remove(
int id,
string language
)
public:
void Remove(
int id,
String^ language
)
member Remove :
id:int *
language:string -> unit
public function Remove(
id : int,
language : String
)
Parametri
- id
Tipo: System. . :: . .Int32
An Int32 value that specifies the ID value of the MessageCollectionBase object.
- language
Tipo: System. . :: . .String
A String value that specifies the language associated with the MessageCollectionBase object.