Propriedade do RDL ExtendedPropertyAttribute.ParentPropertyName
Gets the specified name of the ParentProperty. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public ReadOnly Property ParentPropertyName As String
Get
'Uso
Dim instance As ExtendedPropertyAttribute
Dim value As String
value = instance.ParentPropertyName
public string ParentPropertyName { get; }
public:
property String^ ParentPropertyName {
String^ get ();
}
member ParentPropertyName : string
function get ParentPropertyName () : String
Valor da propriedade
Tipo: System.String
A string value of the ParentProperty.