UserDefinedMessageCollection.Item Property (Int32, String)
SQL Server 2012
Gets a UserDefinedMessage object in the collection by message ID value and language.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- id
- Type: System.Int32
An Int32 value that specifies the ID value that uniquely identifies the user-defined message.
- language
- Type: System.String
A String value that specifies the language in which the user-defined message is written.
Property Value
Type: Microsoft.SqlServer.Management.Smo.UserDefinedMessageA UserDefinedMessage object value that represents the user-defined message.
