Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the ANSI nulls property.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
Assembly: Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)
Syntax
'Declaration
Public Property ExtenderAnsiNulls As SevenSetsPropertyValue
'Usage
Dim instance As DatabaseFileNodeExtender
Dim value As SevenSetsPropertyValue
value = instance.ExtenderAnsiNulls
instance.ExtenderAnsiNulls = value
public SevenSetsPropertyValue ExtenderAnsiNulls { get; set; }
public:
property SevenSetsPropertyValue ExtenderAnsiNulls {
SevenSetsPropertyValue get ();
void set (SevenSetsPropertyValue value);
}
public function get ExtenderAnsiNulls () : SevenSetsPropertyValue
public function set ExtenderAnsiNulls (value : SevenSetsPropertyValue)
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders.SevenSetsPropertyValue
.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.
See Also
Reference
DatabaseFileNodeExtender Class
DatabaseFileNodeExtender Members
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders Namespace