SqlSmoObject.IsSupportedOnSqlAzure(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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