SfcQueryExpression.GetLeafTypeName Method
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Function GetLeafTypeName As String
'Usage
Dim instance As SfcQueryExpression
Dim returnValue As String
returnValue = instance.GetLeafTypeName()
public string GetLeafTypeName()
public:
String^ GetLeafTypeName()
member GetLeafTypeName : unit -> string
public function GetLeafTypeName() : String
Return Value
Type: System.String
The string Type name of the expression leaf.