SystemDataTypeLookupBase.VarBinary Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
VarBinary() | |
VarBinary(Int32) |
VarBinary()
public Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType VarBinary ();
member this.VarBinary : unit -> Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
Public Function VarBinary () As ISystemDataType
Returns
Applies to
VarBinary(Int32)
public Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType VarBinary (int maxLength);
member this.VarBinary : int -> Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
Public Function VarBinary (maxLength As Integer) As ISystemDataType
Parameters
- maxLength
- Int32