SqlLoginOptionContext.GetOptionType 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.
Overloads
GetOptionType(StringToken) | |
GetOptionType(String) |
GetOptionType(StringToken)
public Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlLoginOptionType GetOptionType (Microsoft.SqlServer.Management.SqlParser.Common.StringToken stringToken);
member this.GetOptionType : Microsoft.SqlServer.Management.SqlParser.Common.StringToken -> Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlLoginOptionType
Public Function GetOptionType (stringToken As StringToken) As SqlLoginOptionType
Parameters
- stringToken
- StringToken
Returns
Applies to
GetOptionType(String)
public Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlLoginOptionType GetOptionType (string stringValue);
member this.GetOptionType : string -> Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlLoginOptionType
Public Function GetOptionType (stringValue As String) As SqlLoginOptionType
Parameters
- stringValue
- String