Partager via


Propriété Binary

Gets the data type specification for the binary data type.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property Binary As DataTypeSpec
    Get
'Utilisation
Dim value As DataTypeSpec

value = DataTypeSpec.Binary
public static DataTypeSpec Binary { get; }
public:
static property DataTypeSpec^ Binary {
    DataTypeSpec^ get ();
}
static member Binary : DataTypeSpec
static function get Binary () : DataTypeSpec

Valeur de propriété

Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .DataTypeSpec
The DataTypeSpec object that contains the binary data type specification.