CoreStrings.ClientProjectionCapturingConstantInTree(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用戶端投影包含 '{constantType}' 常數運算式的參考。 這可能會造成記憶體流失;請考慮將此常數指派給區域變數,並在查詢中使用 變數。 如需詳細資訊和範例,請參閱 https://go.microsoft.com/fwlink/?linkid=2103067。
public static string ClientProjectionCapturingConstantInTree (object constantType);
public static string ClientProjectionCapturingConstantInTree (object? constantType);
static member ClientProjectionCapturingConstantInTree : obj -> string
Public Shared Function ClientProjectionCapturingConstantInTree (constantType As Object) As String
參數
- constantType
- Object