Metodo GetLeafTypeName
Identificato solo a scopo informativo. Non supportato. Non è garantita la compatibilità con le versioni future.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Function GetLeafTypeName As String
'Utilizzo
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
Valore restituito
Tipo: System. . :: . .String
The string Type name of the expression leaf.
Vedere anche