SqlSmoObject.IsSupportedOnSqlAzure(Type) 方法

定義

回傳 Microsoft Azure SQL Database 是否支援某 SMO 物件類型。

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

參數

type
Type

傳回

備註

這是用於內部 SQL 的使用,若不正確使用可能無法正常運作

適用於