Share via


ISql90UserDefinedType.ValidationMethodName Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property ValidationMethodName As String
'Usage
Dim instance As ISql90UserDefinedType 
Dim value As String 

value = instance.ValidationMethodName

instance.ValidationMethodName = value
string ValidationMethodName { get; set; }
property String^ ValidationMethodName {
    String^ get ();
    void set (String^ value);
}
function get ValidationMethodName () : String 
function set ValidationMethodName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90UserDefinedType Interface

ISql90UserDefinedType Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace