SqlSmoObject.IsSupportedOnSqlAzure(Type) Method

Definition

Returns whether a smo object type is supported on Microsoft Azure SQL Database.

public static bool IsSupportedOnSqlAzure (Type type);
static member IsSupportedOnSqlAzure : Type -> bool
Public Shared Function IsSupportedOnSqlAzure (type As Type) As Boolean

Parameters

type
Type

Returns

Remarks

This is for internal SQL usage and may not work correctly if used otherwise

Applies to