Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets an optional property specification value.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property PropertyName As StringLiteral
Get
Set
'Usage
Dim instance As FullTextTableReference
Dim value As StringLiteral
value = instance.PropertyName
instance.PropertyName = value
public StringLiteral PropertyName { get; set; }
public:
property StringLiteral^ PropertyName {
StringLiteral^ get ();
void set (StringLiteral^ value);
}
member PropertyName : StringLiteral with get, set
function get PropertyName () : StringLiteral
function set PropertyName (value : StringLiteral)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
An optional property specification value.