SqlGuid.Value 属性
定义
获取 SqlGuid 结构的值。Gets the value of the SqlGuid structure. 此属性是只读的。This property is read-only.
public:
property Guid Value { Guid get(); };
public Guid Value { get; }
member this.Value : Guid
Public ReadOnly Property Value As Guid
属性值
- Guid
Guid 结构。A Guid structure.
适用于