This topic has not yet been rated - Rate this topic

UserDefinedMessageCollection.Item Property (Int32, String)

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)
public UserDefinedMessage this[
	int id,
	string language
] { get; }

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.UserDefinedMessage
A UserDefinedMessage object value that represents the user-defined message.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.