GetLeafTypeName Método
Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Function GetLeafTypeName As String
'Uso
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
Valor devuelto
Tipo: System. . :: . .String
The string Type name of the expression leaf.
Vea también