SqlSmoObject.IsSupportedProperty(String) 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.
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
- propertyName
- String
Property to check
Returns
True if supported, false otherwise
Remarks
This is for internal SQL usage and may not work correctly if used otherwise