SqlMetaData.Name 属性

定义

获取列或参数的名称。

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

属性值

作为 String 的列或参数的名称。

例外

构造函数中指定的 Name 的长度超过 128 个字符。

适用于