SqlSmoObject.IsSupportedProperty(String)
SqlSmoObject.IsSupportedProperty(String)
SqlSmoObject.IsSupportedProperty(String)
Method
Definition
Validate whether the specified property is supported in current server environment
public bool IsSupportedProperty (string propertyName);
member this.IsSupportedProperty : string -> bool
Public Function IsSupportedProperty (propertyName As String) As Boolean
Parameters
Returns
Remarks
This is for internal SQL usage and may not work correctly if used otherwise