VarBinary.Result Property
Gets the resulting binary.
Namespace: Microsoft.Data.Schema.Generators.Sql
Assembly: Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)
Syntax
'Declaration
<OutputAttribute> _
Public ReadOnly Property Result As SqlBinary
Get
'Usage
Dim instance As VarBinary
Dim value As SqlBinary
value = instance.Result
[OutputAttribute]
public SqlBinary Result { get; }
[OutputAttribute]
public:
property SqlBinary Result {
SqlBinary get ();
}
function get Result () : SqlBinary
[<OutputAttribute>]
member Result : SqlBinary
Property Value
Type: System.Data.SqlTypes.SqlBinary
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.