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.
Type class for Procedure
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Shared Property TypeClass As ModelTypeClass
Get
Friend Set
'Usage
Dim value As ModelTypeClass
value = Procedure.TypeClass
public static ModelTypeClass TypeClass { get; internal set; }
public:
static property ModelTypeClass^ TypeClass {
ModelTypeClass^ get ();
internal: void set (ModelTypeClass^ value);
}
static member TypeClass : ModelTypeClass with get, internal set
static function get TypeClass () : ModelTypeClass
internal static function set TypeClass (value : ModelTypeClass)
Property Value
Type: Microsoft.SqlServer.Dac.Model.ModelTypeClass