Propriedade do RDL TSqlObject.ObjectType
Gets the model type of the object.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public Property ObjectType As ModelTypeClass
Get
Private Set
'Uso
Dim instance As TSqlObject
Dim value As ModelTypeClass
value = instance.ObjectType
public ModelTypeClass ObjectType { get; private set; }
public:
property ModelTypeClass^ ObjectType {
ModelTypeClass^ get ();
private: void set (ModelTypeClass^ value);
}
member ObjectType : ModelTypeClass with get, private set
function get ObjectType () : ModelTypeClass
private function set ObjectType (value : ModelTypeClass)
Valor da propriedade
Tipo: Microsoft.SqlServer.Dac.Model.ModelTypeClass
The model type of the object.