Share via


SystemDataTypeLookupBase.Binary Method (Int32)

Gets the ISystemDataType object that represents the binary data type and has the specified maximum length.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Function Binary ( _
    maxLength As Integer _
) As ISystemDataType
'Usage
Dim instance As SystemDataTypeLookupBase
Dim maxLength As Integer
Dim returnValue As ISystemDataType

returnValue = instance.Binary(maxLength)
public ISystemDataType Binary(
    int maxLength
)
public:
ISystemDataType^ Binary(
    int maxLength
)
member Binary : 
        maxLength:int -> ISystemDataType 
public function Binary(
    maxLength : int
) : ISystemDataType

Parameters

  • maxLength
    Type: System.Int32
    The maximum length of the data type.

Return Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
The ISystemDataType object that represents the binary data type.