SqlSmoObject.IsSupportedProperty(String) 方法

定義

驗證該指定屬性在目前伺服器環境中是否被支援

public bool IsSupportedProperty(string propertyName);
member this.IsSupportedProperty : string -> bool
Public Function IsSupportedProperty (propertyName As String) As Boolean

參數

propertyName
String

需檢查的財產

傳回

有根據則為真,否則為假

備註

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

適用於