SqlSmoObject.IsSupportedProperty(String) Method
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
C#
public bool IsSupportedProperty(string propertyName);
member this.IsSupportedProperty : string -> bool
Public Function IsSupportedProperty (propertyName As String) As Boolean
- propertyName
- String
Property to check
True if supported, false otherwise
This is for internal SQL usage and may not work correctly if used otherwise
Toode | Versioonid |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0, 160.2004021.0 |