SqlJson.Null Property  
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.
Represents a null instance of the SqlJson type. This instance is equivalent to calling the parameterless constructor, or calling the other constructors with a null value.
public:
 static property Microsoft::Data::SqlTypes::SqlJson ^ Null { Microsoft::Data::SqlTypes::SqlJson ^ get(); };
	public static Microsoft.Data.SqlTypes.SqlJson Null { get; }
	static member Null : Microsoft.Data.SqlTypes.SqlJson
	Public Shared ReadOnly Property Null As SqlJson