DatabaseObjectName.ObjectType Property

Definition

Gets or sets type of the object in the database Possible values include: 'StoredProcedures', 'Table', 'User', 'View', 'Function'

[Newtonsoft.Json.JsonProperty(PropertyName="objectType")]
public string ObjectType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="objectType")>]
member this.ObjectType : string with get, set
Public Property ObjectType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to