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

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

Applies to