RegexString.UdtResult Property

Gets the resulting string.

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

Syntax

'Declaration
<OutputAttribute(DBTypeExtension := GetType(SqlUdt))> _
Public ReadOnly Property UdtResult As String
    Get
'Usage
Dim instance As RegexString
Dim value As String

value = instance.UdtResult
[OutputAttribute(DBTypeExtension = typeof(SqlUdt))]
public string UdtResult { get; }
[OutputAttribute(DBTypeExtension = typeof(SqlUdt))]
public:
property String^ UdtResult {
    String^ get ();
}
function get UdtResult () : String
[<OutputAttribute(DBTypeExtension = typeof(SqlUdt))>]
member UdtResult : string

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

RegexString Class

RegexString Members

Microsoft.Data.Schema.Generators.Sql Namespace