ExtendedPropertyAttribute Constructors

Definition

Overloads

ExtendedPropertyAttribute()

default ctor. no parent propety provided

ExtendedPropertyAttribute(String)

ctor

ExtendedPropertyAttribute()

default ctor. no parent propety provided

public ExtendedPropertyAttribute ();
Public Sub New ()

Applies to

ExtendedPropertyAttribute(String)

ctor

public ExtendedPropertyAttribute (string parentPropertyName);
new Microsoft.SqlServer.Management.Sdk.Sfc.ExtendedPropertyAttribute : string -> Microsoft.SqlServer.Management.Sdk.Sfc.ExtendedPropertyAttribute
Public Sub New (parentPropertyName As String)

Parameters

parentPropertyName
String

parent property

Applies to