SensitivityClassification.GetOptionTypeByName(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.
Returns sensitivity option type by option name
public static Microsoft.SqlServer.TransactSql.ScriptDom.SensitivityClassification.OptionType GetOptionTypeByName (string option);
static member GetOptionTypeByName : string -> Microsoft.SqlServer.TransactSql.ScriptDom.SensitivityClassification.OptionType
Public Shared Function GetOptionTypeByName (option As String) As SensitivityClassification.OptionType
Parameters
- option
- String